summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 20:16:23 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 20:16:23 +0800
commitafb889bfe7b951089b569dca503ac2e4e4067187 (patch)
tree6f6fa66c10d5a2bb4ea489f82919b7cc4b0116a1
parent28b1c4365688185f48d60d024380885ecaeabbed (diff)
Dummy Bootstrap doesn't need to be writable
-rw-r--r--imports/Bootstrap/Bootstrap.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/imports/Bootstrap/Bootstrap.qml b/imports/Bootstrap/Bootstrap.qml
index f9d1f1b..f5035e8 100644
--- a/imports/Bootstrap/Bootstrap.qml
+++ b/imports/Bootstrap/Bootstrap.qml
@@ -6,9 +6,9 @@ QtObject {
Light,
Dark
}
- property int mode: Bootstrap.Mode.Light
+ readonly property int mode: Bootstrap.Mode.Light
- property font bodyFont: Qt.font({
+ readonly property font bodyFont: Qt.font({
family: "Roboto",
pointSize: 15.0,
weight: Font.Normal