From a21320e6350745e800191c829e05a9b39d599043 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sun, 19 Dec 2010 14:29:25 +0000 Subject: [PATCH] Make the sidebar larger by default --- src/ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 6211d45d9..5008a8711 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -585,7 +585,7 @@ MainWindow::MainWindow(Engine::Type engine, QWidget *parent) restoreGeometry(settings_.value("geometry").toByteArray()); if (!ui_->splitter->restoreState(settings_.value("splitter_state").toByteArray())) { - ui_->splitter->setSizes(QList() << 200 << width() - 200); + ui_->splitter->setSizes(QList() << 300 << width() - 300); } ui_->tabs->SetCurrentIndex(settings_.value("current_tab", 0).toInt()); ui_->tabs->SetMode(FancyTabWidget::Mode(settings_.value(