diff --git a/electrum/gui/qml/components/AddressDetails.qml b/electrum/gui/qml/components/AddressDetails.qml index b631e4b6b..eaf4c610e 100644 --- a/electrum/gui/qml/components/AddressDetails.qml +++ b/electrum/gui/qml/components/AddressDetails.qml @@ -329,6 +329,7 @@ Pane { } } } + property color navigationBarBackgroundColor: constants.highlightBackground AddressDetails { id: addressdetails diff --git a/electrum/gui/qml/components/BalanceDetails.qml b/electrum/gui/qml/components/BalanceDetails.qml index 49b92a462..03efe73e7 100644 --- a/electrum/gui/qml/components/BalanceDetails.qml +++ b/electrum/gui/qml/components/BalanceDetails.qml @@ -233,8 +233,8 @@ Pane { } } - } + property color navigationBarBackgroundColor: constants.highlightBackground Component { id: openChannelDialog diff --git a/electrum/gui/qml/components/OpenChannelDialog.qml b/electrum/gui/qml/components/OpenChannelDialog.qml index b18da4d36..4315510a2 100644 --- a/electrum/gui/qml/components/OpenChannelDialog.qml +++ b/electrum/gui/qml/components/OpenChannelDialog.qml @@ -55,6 +55,7 @@ ElDialog { '\n\n', qsTr('If you want to have recoverable channels, you must create a new wallet with an Electrum seed') ].join('') + backgroundColor: constants.darkerDialogBackground } InfoTextArea { @@ -65,6 +66,7 @@ ElDialog { text: [ qsTr('You currently have recoverable channels setting disabled.'), qsTr('This means your channels cannot be recovered from seed.') ].join(' ') + backgroundColor: constants.darkerDialogBackground } // gossip @@ -158,10 +160,11 @@ ElDialog { } } + Item { Layout.columnSpan: 3; width: 1; height: constants.paddingLarge } + BtcField { id: amountBtc fiatfield: amountFiat - Layout.topMargin: constants.paddingLarge Layout.preferredWidth: amountFontMetrics.advanceWidth('0') * 14 + leftPadding + rightPadding onTextAsSatsChanged: { if (!is_max.checked)