Merge pull request #6161
fb21862
[QT] mainwindow toolbar must not be movable (Jonas Schnelli)
This commit is contained in:
commit
180c164e4f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue