Skip to content

Commit

Permalink
Fix toolbar merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspock committed Aug 7, 2020
1 parent e574f54 commit e19709f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,9 @@ void BitcoinGUI::createMenuBar() {
void BitcoinGUI::createToolBars() {
if (walletFrame) {
QToolBar* toolbar = new QToolBar(tr("Tabs toolbar"), this);
appToolBar = toolbar;
addToolBar(Qt::LeftToolBarArea, toolbar);
toolbar->setObjectName("toolbar");
//toolbar->setObjectName("toolbar");
toolbar->setOrientation(Qt::Vertical);
toolbar->setContextMenuPolicy(Qt::PreventContextMenu);
toolbar->setMovable(false);
Expand Down

0 comments on commit e19709f

Please sign in to comment.