From 8681e44c2a4eeda1a126d1055a563ef5503f0329 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Sun, 18 Sep 2022 16:12:12 +0200 Subject: [PATCH] Use Pane instead of Rectangle for main component Pane is style by system theme, Rectangle is not. Signed-off-by: Juraj Oravec --- qml/extensions/qml_tutorial_9/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/extensions/qml_tutorial_9/main.qml b/qml/extensions/qml_tutorial_9/main.qml index cb92240..4f3ea37 100644 --- a/qml/extensions/qml_tutorial_9/main.qml +++ b/qml/extensions/qml_tutorial_9/main.qml @@ -57,7 +57,7 @@ Falkon.PluginInterface { icon: 'falkon' checkable: true shortcut: 'Ctrl+Shift+Alt+W' - Rectangle { + Pane { ScrollView { id: scroll_windows