|
|
|
@ -144,14 +144,14 @@ Pane { |
|
|
|
RowLayout { |
|
|
|
RowLayout { |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
Label { |
|
|
|
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 |
|
|
|
font.pixelSize: constants.fontSizeXSmall |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
horizontalAlignment: Text.AlignRight |
|
|
|
horizontalAlignment: Text.AlignRight |
|
|
|
text: qsTr('%1 sat/vB').arg(Math.floor(Network.feeHistogram.min_fee)) + ' >' |
|
|
|
text: qsTr('%1 sat/vB').arg(Math.floor(Network.feeHistogram.min_fee)) + ' -->' |
|
|
|
font.pixelSize: constants.fontSizeXSmall |
|
|
|
font.pixelSize: constants.fontSizeXSmall |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
|