mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-31 06:22:35 +02:00
[QT] mainwindow toolbar must not be movable
This commit is contained in:
parent
377711ff3f
commit
fb21862b92
@ -414,6 +414,7 @@ void BitcoinGUI::createToolBars()
|
|||||||
if(walletFrame)
|
if(walletFrame)
|
||||||
{
|
{
|
||||||
QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));
|
QToolBar *toolbar = addToolBar(tr("Tabs toolbar"));
|
||||||
|
toolbar->setMovable(false);
|
||||||
toolbar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
|
toolbar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
|
||||||
toolbar->addAction(overviewAction);
|
toolbar->addAction(overviewAction);
|
||||||
toolbar->addAction(sendCoinsAction);
|
toolbar->addAction(sendCoinsAction);
|
||||||
|
Loading…
Reference in New Issue
Block a user