Move section delegate to header.

Switch from builtin section delegate to custom section delegate.
Fixes #4.
This commit is contained in:
Black Hat
2018-08-05 14:08:04 +08:00
parent 2b01613161
commit 5943a32a4b
2 changed files with 29 additions and 16 deletions

View File

@@ -31,6 +31,7 @@ Item {
id: searchField
width: parent.width
height: 36
color: "black"
leftPadding: mini ? 4 : 16
topPadding: 0
bottomPadding: 0