Fix possible anchor loop

master
Jos van den Oever 2018-01-27 22:32:44 +01:00
parent e26ccbfd92
commit 67abcae564
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ApplicationWindow {
} }
statusBar: StatusBar { statusBar: StatusBar {
StyleSwitcher { StyleSwitcher {
anchors.right: parent.right anchors.fill: parent
} }
} }
TabView { TabView {