mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #1218
- Fixed bug #1218 so that description columns minimum width is calculated correctly.
This commit is contained in:
parent
d14a9cacec
commit
d895c4a249
6 changed files with 81 additions and 63 deletions
|
@ -47,6 +47,8 @@ public:
|
|||
|
||||
private:
|
||||
bool _hyphenate;
|
||||
std::string _dateformat;
|
||||
int _indent;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue