- Save files list column width

This commit is contained in:
Christophe Dumez 2009-11-09 19:30:13 +00:00
parent f9da85ecfe
commit 998b161696
4 changed files with 46 additions and 10 deletions

View file

@ -247,6 +247,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
// Load Window state and sizes
readSettings();
properties->readSettings();
if(settings.value(QString::fromUtf8("Preferences/General/StartMinimized"), false).toBool()) {
this->setWindowState(Qt::WindowMinimized);