Skip to content

Commit 3db335f

Browse files
committed
merge bitcoin-core/gui#439: Do not show unused widgets at startup
1 parent 33da874 commit 3db335f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/bitcoingui.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ BitcoinGUI::BitcoinGUI(interfaces::Node& node, const NetworkStyle* networkStyle,
175175
frameBlocksLayout->addWidget(unitDisplayControl);
176176
frameBlocksLayout->addStretch();
177177
frameBlocksLayout->addWidget(labelWalletHDStatusIcon);
178+
labelWalletHDStatusIcon->hide();
178179
frameBlocksLayout->addWidget(labelWalletEncryptionIcon);
180+
labelWalletEncryptionIcon->hide();
179181
}
180182
frameBlocksLayout->addWidget(labelProxyIcon);
181183
frameBlocksLayout->addStretch();

0 commit comments

Comments
 (0)