From 67abcae564103002475b0194de7f8be9ecc6d84d Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Sat, 27 Jan 2018 22:32:44 +0100 Subject: [PATCH] Fix possible anchor loop --- demo/qml/demo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/qml/demo.qml b/demo/qml/demo.qml index 5d31e0d..80986dd 100644 --- a/demo/qml/demo.qml +++ b/demo/qml/demo.qml @@ -52,7 +52,7 @@ ApplicationWindow { } statusBar: StatusBar { StyleSwitcher { - anchors.right: parent.right + anchors.fill: parent } } TabView {