diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 20:16:23 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 20:16:23 +0800 |
commit | afb889bfe7b951089b569dca503ac2e4e4067187 (patch) | |
tree | 6f6fa66c10d5a2bb4ea489f82919b7cc4b0116a1 /imports/Bootstrap/Bootstrap.qml | |
parent | 28b1c4365688185f48d60d024380885ecaeabbed (diff) |
Dummy Bootstrap doesn't need to be writable
Diffstat (limited to 'imports/Bootstrap/Bootstrap.qml')
-rw-r--r-- | imports/Bootstrap/Bootstrap.qml | 4 |
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 |