Skip to content

Commit 180c164

Browse files
committed
Merge pull request #6161
fb21862 [QT] mainwindow toolbar must not be movable (Jonas Schnelli)
2 parents 30dc3c1 + fb21862 commit 180c164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ void BitcoinGUI::createToolBars()
414414
if(walletFrame)
415415
{
416416
QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));
417+
toolbar->setMovable(false);
417418
toolbar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
418419
toolbar->addAction(overviewAction);
419420
toolbar->addAction(sendCoinsAction);

0 commit comments

Comments
 (0)