Fix style of media browser header
This commit is contained in:
parent
6b88d72335
commit
d9d7803ccc
@ -96,6 +96,7 @@ Item {
|
||||
id: listView
|
||||
model: browserItems
|
||||
ScrollBar.vertical: ScrollBar {}
|
||||
clip: true
|
||||
|
||||
property string nodeId: ""
|
||||
|
||||
|
||||
@ -394,7 +394,11 @@ Item {
|
||||
function show() { y = 0 }
|
||||
function hide() { y = root.height }
|
||||
|
||||
header: ToolBar {
|
||||
header: Rectangle {
|
||||
height: Style.smallDelegateHeight
|
||||
width: parent.width
|
||||
color: Style.tileBackgroundColor
|
||||
|
||||
RowLayout {
|
||||
anchors.fill: parent
|
||||
HeaderButton {
|
||||
|
||||
Reference in New Issue
Block a user