From afb889bfe7b951089b569dca503ac2e4e4067187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 12 Apr 2023 20:16:23 +0800 Subject: Dummy Bootstrap doesn't need to be writable --- imports/Bootstrap/Bootstrap.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imports/Bootstrap') 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 -- cgit v1.2.3