diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index ad8bc55fb..48f1faba1 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -120,14 +120,6 @@ ApplicationWindow } } } - - Rectangle { - color: 'transparent' - Layout.preferredWidth: constants.paddingSmall - height: 1 - visible: !menuButton.visible - } - } WalletSummary {