qml: styling
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user