diff options
-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 |