|
|
|
|
@ -151,17 +151,6 @@ Pane {
|
|
|
|
|
text: txdetails.date |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: txdetails.isMined |
|
|
|
|
text: qsTr('Mined at') |
|
|
|
|
color: Material.accentColor |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: txdetails.isMined |
|
|
|
|
text: txdetails.shortId |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
Layout.columnSpan: 2 |
|
|
|
|
Layout.topMargin: constants.paddingSmall |
|
|
|
|
@ -224,6 +213,22 @@ Pane {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Heading { |
|
|
|
|
Layout.columnSpan: 2 |
|
|
|
|
text: qsTr('Technical properties') |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: txdetails.isMined |
|
|
|
|
text: qsTr('Mined at') |
|
|
|
|
color: Material.accentColor |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: txdetails.isMined |
|
|
|
|
text: txdetails.shortId |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
Layout.columnSpan: 2 |
|
|
|
|
Layout.topMargin: constants.paddingSmall |
|
|
|
|
|