mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 22:43:05 +02:00
[Qt] remove size grip to get rid of the right margin
IMO nobody needs a size grip and it looks bad
This commit is contained in:
@@ -163,6 +163,9 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) :
|
||||
// Create status bar
|
||||
statusBar();
|
||||
|
||||
// Disable size grip because it looks ugly and nobody needs it
|
||||
statusBar()->setSizeGripEnabled(false);
|
||||
|
||||
// Status bar notification icons
|
||||
QFrame *frameBlocks = new QFrame();
|
||||
frameBlocks->setContentsMargins(0,0,0,0);
|
||||
|
Reference in New Issue
Block a user