From 37ed1dc8797ff4f6fa3a202410f58196dfca4fba Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 23 Oct 2010 23:39:28 +0000 Subject: [PATCH] Make the small sidebar the 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 d3b3c309d..9900f4b1b 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -546,7 +546,7 @@ MainWindow::MainWindow(Engine::Type engine, QWidget *parent) } ui_->tabs->SetCurrentIndex(settings_.value("current_tab", 0).toInt()); ui_->tabs->SetMode(FancyTabWidget::Mode(settings_.value( - "tab_mode", FancyTabWidget::Mode_LargeSidebar).toInt())); + "tab_mode", FancyTabWidget::Mode_SmallSidebar).toInt())); file_view_->SetPath(settings_.value("file_path", QDir::homePath()).toString()); ReloadSettings();