mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
Fixing column display
This commit is contained in:
parent
38af9244a6
commit
c297311b61
2 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ UserNotify *MessagesDialog::createUserNotify(QObject *parent)
|
|||
|
||||
void MessagesDialog::processSettings(bool load)
|
||||
{
|
||||
int messageTreeVersion = 2; // version number for the settings to solve problems when modifying the column count
|
||||
int messageTreeVersion = 3; // version number for the settings to solve problems when modifying the column count
|
||||
|
||||
inProcessSettings = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue