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