diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-15 14:30:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-15 14:30:34 +0800 |
commit | 45346a9aceb2375189b373b5cf28c6f846eb3cc2 (patch) | |
tree | 6510e901893d630540e1de169853d73622b3f4f0 /Home/Default.ui.qml | |
parent | 726bd221a4183a894fc7eac50f401b8e269c442e (diff) |
Style users should use ApplicationWindow anyway
because ApplicationWindow is the one overridden, not Window
Diffstat (limited to 'Home/Default.ui.qml')
-rw-r--r-- | Home/Default.ui.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index 8475cfd..0daa246 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -1,6 +1,5 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import QtQuick.Window 2.15 import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 import Bootstrap 5.3 @@ -22,7 +21,7 @@ Flickable { Rectangle { anchors.fill: parent - color: Window.window.Bootstrap.bodyBg + color: ApplicationWindow.window.Bootstrap.bodyBg } ColumnLayout { |