1
0

qml: styling

This commit is contained in:
Sander van Grieken
2023-04-03 14:01:59 +02:00
parent 01c31edae2
commit e362ac52fa
2 changed files with 4 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ Pane {
RowLayout {
Layout.fillWidth: true
Label {
text: '> ' + qsTr('%1 sat/vB').arg(Math.ceil(Network.feeHistogram.max_fee))
text: '< ' + qsTr('%1 sat/vB').arg(Math.ceil(Network.feeHistogram.max_fee))
font.pixelSize: constants.fontSizeXSmall
color: Material.accentColor
}

View File

@@ -218,8 +218,9 @@ ElDialog {
RowLayout {
Layout.fillWidth: true
Layout.leftMargin: constants.paddingXXLarge
Layout.rightMargin: constants.paddingXXLarge
Layout.topMargin: -constants.paddingXXLarge
Layout.leftMargin: constants.paddingXXLarge + swapslider.leftPadding
Layout.rightMargin: constants.paddingXXLarge + swapslider.rightPadding
Label {
text: '<-- ' + qsTr('Add receiving capacity')
font.pixelSize: constants.fontSizeXSmall