qml: small screen fixes
This commit is contained in:
@@ -87,6 +87,7 @@ Pane {
|
|||||||
|
|
||||||
FormattedAmount {
|
FormattedAmount {
|
||||||
visible: !txdetails.isUnrelated
|
visible: !txdetails.isUnrelated
|
||||||
|
Layout.preferredWidth: 1
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
amount: txdetails.lnAmount.isEmpty ? txdetails.amount : txdetails.lnAmount
|
amount: txdetails.lnAmount.isEmpty ? txdetails.amount : txdetails.lnAmount
|
||||||
}
|
}
|
||||||
@@ -107,9 +108,12 @@ Pane {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
Layout.preferredWidth: 1
|
||||||
|
Layout.fillWidth: true
|
||||||
visible: txdetails.feeRateStr != ""
|
visible: txdetails.feeRateStr != ""
|
||||||
text: qsTr('Transaction fee rate')
|
text: qsTr('Transaction fee rate')
|
||||||
color: Material.accentColor
|
color: Material.accentColor
|
||||||
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user