- Fixed bug #1218 so that description columns minimum width is calculated
  correctly.
This commit is contained in:
Paul Beckingham 2013-04-01 18:07:25 -04:00
parent d14a9cacec
commit d895c4a249
6 changed files with 81 additions and 63 deletions

View file

@ -47,6 +47,8 @@ public:
private:
bool _hyphenate;
std::string _dateformat;
int _indent;
};
#endif