diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-15 14:33:26 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-15 14:33:26 +0800 |
commit | 4b4f6220c1c223febb338c68a95e5e5791fecbca (patch) | |
tree | 8454ba4c001ec9bb4221591d8a7bb0930312c9c3 /Label.qml | |
parent | 9760ed0fca36990ea69e68e6057266e27cba62a9 (diff) |
Newly instantiated components check root mode
The ui.qml would be the root, when any attached property is set.
Make sure that UI's mode is set by its implementation.
Diffstat (limited to 'Label.qml')
-rw-r--r-- | Label.qml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ import Bootstrap 5.3 Label { id: control - Bootstrap.mode: Window.window.Bootstrap.mode font { family: Bootstrap.heading ? Bootstrap.headingFont.family |