diff src/MainWindow.cpp @ 258:2042fec57e0b

moved vis/sonification bar to the bottom
author matthiasm
date Wed, 02 Apr 2014 12:26:28 +0100
parents 949c9446ebb5
children fa329ca6d75e
line wrap: on
line diff
--- a/src/MainWindow.cpp	Wed Apr 02 10:50:48 2014 +0100
+++ b/src/MainWindow.cpp	Wed Apr 02 12:26:28 2014 +0100
@@ -986,7 +986,8 @@
     toolbar->addWidget(m_fader);
 
     toolbar = addToolBar(tr("Show and Play"));
-
+    addToolBar(Qt::BottomToolBarArea, toolbar);
+    
     /* ORIGINAL DESIGN
     QLabel *eye = new QLabel;
     eye->setFixedWidth(40);