|
|
@ -165,6 +165,9 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) : |
|
|
|
// Create status bar
|
|
|
|
// Create status bar
|
|
|
|
statusBar(); |
|
|
|
statusBar(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Disable size grip because it looks ugly and nobody needs it
|
|
|
|
|
|
|
|
statusBar()->setSizeGripEnabled(false); |
|
|
|
|
|
|
|
|
|
|
|
// Status bar notification icons
|
|
|
|
// Status bar notification icons
|
|
|
|
QFrame *frameBlocks = new QFrame(); |
|
|
|
QFrame *frameBlocks = new QFrame(); |
|
|
|
frameBlocks->setContentsMargins(0,0,0,0); |
|
|
|
frameBlocks->setContentsMargins(0,0,0,0); |
|
|
|