diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 15:24:55 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 15:24:55 +0800 |
| commit | ab4d14d706f98907a1ae3929a94ac418f8a20c25 (patch) | |
| tree | 611402184d9ba3528ce72d4a3d1c9b610d1395b0 /Label | |
| parent | 26adc0497b3e66b2fc2f504dae0cbd622362edf7 (diff) | |
The colour is already set in the style's Label
Diffstat (limited to 'Label')
| -rw-r--r-- | Label/Body.ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Label/Body.ui.qml b/Label/Body.ui.qml index 6408659..31ab7f9 100644 --- a/Label/Body.ui.qml +++ b/Label/Body.ui.qml @@ -8,6 +8,5 @@ Label { weight: Eduport.bodyFont.weight pointSize: Eduport.bodyFont.pointSize } - color: Eduport.bsBodyColor wrapMode: Label.Wrap } |