Skip to content

Commit fb21862

Browse files
committed
[QT] mainwindow toolbar must not be movable
1 parent 377711f commit fb21862

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)