Give footer a background

master
Jos van den Oever 2017-09-02 21:40:03 +02:00
parent c50816fd43
commit e6a27c3fe3
1 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,13 @@ ApplicationWindow {
text: "tree"
}
}
footer: StyleSwitcher2 {
footer: Rectangle {
height: statusBar.height
width: parent.width
StyleSwitcher2 {
id: statusBar
width: parent.width
}
}
StackLayout {
anchors.fill: parent