# HG changeset patch # User matthiasm # Date 1396437988 -3600 # Node ID 2042fec57e0b07687864e358e674d7ad08eebd49 # Parent 949c9446ebb5f20f605901142f97d4f8e7b12cf4 moved vis/sonification bar to the bottom diff -r 949c9446ebb5 -r 2042fec57e0b src/MainWindow.cpp --- 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);