Merge PR #899: Fix style of media browser header
commit
c5fbe6d61d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue