qml: move balance from drawer to history listview header
This commit is contained in:
@@ -26,6 +26,20 @@ Pane {
|
||||
|
||||
model: visualModel
|
||||
|
||||
header: Item {
|
||||
width: parent.width
|
||||
height: headerLayout.height
|
||||
ColumnLayout {
|
||||
id: headerLayout
|
||||
anchors.centerIn: parent
|
||||
BalanceSummary {
|
||||
Layout.topMargin: constants.paddingXLarge
|
||||
Layout.bottomMargin: constants.paddingXLarge
|
||||
}
|
||||
}
|
||||
}
|
||||
headerPositioning: ListView.InlineHeader
|
||||
|
||||
readonly property variant sectionLabels: {
|
||||
'local': qsTr('Local'),
|
||||
'mempool': qsTr('Mempool'),
|
||||
|
||||
Reference in New Issue
Block a user