Skip to content

Commit

Permalink
Merge pull request #6161
Browse files Browse the repository at this point in the history
fb21862 [QT] mainwindow toolbar must not be movable (Jonas Schnelli)
  • Loading branch information
laanwj committed May 20, 2015
2 parents 30dc3c1 + fb21862 commit 180c164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoingui.cpp
Expand Up @@ -414,6 +414,7 @@ void BitcoinGUI::createToolBars()
if(walletFrame)
{
QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));
toolbar->setMovable(false);
toolbar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
toolbar->addAction(overviewAction);
toolbar->addAction(sendCoinsAction);
Expand Down

0 comments on commit 180c164

Please sign in to comment.