diff -r 8d490d97aab8 -r f72c4f01bf4a ui/qt/window.cpp --- a/ui/qt/window.cpp Wed Jan 07 17:25:33 2015 +0100 +++ b/ui/qt/window.cpp Wed Jan 07 20:11:36 2015 +0100 @@ -51,7 +51,6 @@ QToolBar *toolbar = ui_create_toolbar(obj); window->addToolBar(Qt::TopToolBarArea, toolbar); - //QBoxLayout *box = new QBoxLayout(QBoxLayout::TopToBottom); QBoxLayout *box = new QVBoxLayout(); QWidget *boxWidget = new QWidget(); boxWidget->setLayout(box);