diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 22:12:42 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 22:12:42 +0800 |
commit | 1cd3e4c1daa4ad59853fc65c8edddab91f2c0c43 (patch) | |
tree | 48d97db42eef5766cc218e70ca9a8018361d8ca4 /Label | |
parent | 2cf3e72be21545981f27b838832a055d1dc27489 (diff) |
Merge Bootstrap properties to Eduport
Diffstat (limited to 'Label')
-rw-r--r-- | Label/Body.ui.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Label/Body.ui.qml b/Label/Body.ui.qml index 76d0bbe..3ee93b9 100644 --- a/Label/Body.ui.qml +++ b/Label/Body.ui.qml @@ -1,12 +1,12 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import Bootstrap 5.3 +import Eduport 1.4 Label { wrapMode: Label.Wrap font { - family: Bootstrap.bodyFont.family - weight: Bootstrap.bodyFont.weight - pointSize: Bootstrap.bodyFont.pointSize + family: Eduport.bodyFont.family + weight: Eduport.bodyFont.weight + pointSize: Eduport.bodyFont.pointSize } } |