Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,22 +453,13 @@ void BitcoinGUI::createToolBars()
toolbar->addAction(addressBookAction);
toolbar->addAction(votingAction);

// Prevent Lock from falling off the page

QWidget* spacer = new QWidget();
spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
toolbar->addWidget(spacer);
spacer->setObjectName("spacer");
// Unlock Wallet
toolbar->addAction(unlockWalletAction);
toolbar->addAction(lockWalletAction);
QWidget* webSpacer = new QWidget();

webSpacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
webSpacer->setMaximumHeight(10);
toolbar->addWidget(webSpacer);
webSpacer->setObjectName("WebSpacer");


// Status bar notification icons
QFrame *frameBlocks = new QFrame();
Expand Down
4 changes: 2 additions & 2 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
<height>40</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -413,7 +413,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
<height>40</height>
</size>
</property>
</spacer>
Expand Down