mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
Use existing constant instead of hardcoded size value
This commit is contained in:
parent
8f61995aad
commit
eea3317755
1174
bitcoingui.cpp
1174
bitcoingui.cpp
File diff suppressed because it is too large
Load Diff
@ -178,7 +178,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) :
|
|||||||
labelConnectionsIcon = new QPushButton();
|
labelConnectionsIcon = new QPushButton();
|
||||||
labelConnectionsIcon->setFlat(true); // Make the button look like a label, but clickable
|
labelConnectionsIcon->setFlat(true); // Make the button look like a label, but clickable
|
||||||
labelConnectionsIcon->setStyleSheet("background-color: rgba(255, 255, 255, 0);");
|
labelConnectionsIcon->setStyleSheet("background-color: rgba(255, 255, 255, 0);");
|
||||||
labelConnectionsIcon->setMaximumSize(16, 16);
|
labelConnectionsIcon->setMaximumSize(STATUSBAR_ICONSIZE, STATUSBAR_ICONSIZE);
|
||||||
labelBlocksIcon = new QLabel();
|
labelBlocksIcon = new QLabel();
|
||||||
if(enableWallet)
|
if(enableWallet)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user