Fixed size of the state column after switching it on.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-18 21:30:24 +00:00
parent 74f3b3d5a3
commit d4393b8d0b
2 changed files with 16 additions and 1 deletions

View file

@ -212,6 +212,7 @@ private:
QColor newsFeedTabColor;
QString newsFeedText;
bool wasStatusColumnHidden;
bool correctColumnStatusSize;
/** Qt Designer generated object */
Ui::PeersDialog ui;