qml: TxDetails don't show or allow edit of label for unrelated tx
This commit is contained in:
@@ -166,6 +166,7 @@ Pane {
|
||||
Label {
|
||||
Layout.columnSpan: 2
|
||||
Layout.topMargin: constants.paddingSmall
|
||||
visible: !txdetails.isUnrelated
|
||||
text: qsTr('Label')
|
||||
color: Material.accentColor
|
||||
}
|
||||
@@ -178,6 +179,8 @@ Pane {
|
||||
Layout.columnSpan: 2
|
||||
Layout.fillWidth: true
|
||||
|
||||
visible: !txdetails.isUnrelated
|
||||
|
||||
RowLayout {
|
||||
width: parent.width
|
||||
Label {
|
||||
|
||||
Reference in New Issue
Block a user