|
|
|
@ -59,7 +59,7 @@ Pane { |
|
|
|
text: listview.sectionLabels[section] |
|
|
|
text: listview.sectionLabels[section] |
|
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
Layout.topMargin: constants.paddingLarge |
|
|
|
Layout.topMargin: constants.paddingLarge |
|
|
|
font.pixelSize: constants.fontSizeLarge |
|
|
|
font.pixelSize: constants.fontSizeMedium |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -76,8 +76,7 @@ Pane { |
|
|
|
DelegateModelGroup { name: 'older'; includeByDefault: false } |
|
|
|
DelegateModelGroup { name: 'older'; includeByDefault: false } |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
delegate: HistoryItemDelegate { |
|
|
|
delegate: HistoryItemDelegate { } |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ScrollIndicator.vertical: ScrollIndicator { } |
|
|
|
ScrollIndicator.vertical: ScrollIndicator { } |
|
|
|
|