qml: various styling updates

This commit is contained in:
Sander van Grieken
2026-02-23 16:32:27 +01:00
parent 7c83e749ef
commit 3c5dc66068
3 changed files with 6 additions and 2 deletions
@@ -329,6 +329,7 @@ Pane {
}
}
}
property color navigationBarBackgroundColor: constants.highlightBackground
AddressDetails {
id: addressdetails
@@ -233,8 +233,8 @@ Pane {
}
}
}
property color navigationBarBackgroundColor: constants.highlightBackground
Component {
id: openChannelDialog
@@ -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)