Merge PR #899: Fix style of media browser header

pull/901/head
jenkins 2022-10-11 09:12:06 +02:00
commit c5fbe6d61d
2 changed files with 6 additions and 1 deletions

View File

@ -96,6 +96,7 @@ Item {
id: listView
model: browserItems
ScrollBar.vertical: ScrollBar {}
clip: true
property string nodeId: ""

View File

@ -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 {