From ba638cae05a3b285cd7a7f5790f9a3290eef7343 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 8 Nov 2013 19:59:21 -0200 Subject: [PATCH] Fixes breaking the sizes of the columns of the listView. This just proves one point: I'm retarded. I moved some code around and forgot to close the old group, so I created a group inside 'MainWindow' that handled the ListWidget, wich was not the right thing to do at all. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index ed56d58c0..20c9384ba 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -565,7 +565,7 @@ void MainWindow::initialUiSetup() case LIST_MAXIMIZED : on_actionViewList_triggered(); break; case PROFILE_MAXIMIZED : on_actionViewProfile_triggered(); break; } - + settings.endGroup(); settings.beginGroup("ListWidget"); /* if no width are set, use the calculated width for each column; * for that to work we need to temporarily expand all rows */