diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 18:30:01 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 18:30:01 +0800 |
commit | 2127dd61cda7dcb65b4edd51556158a8e79b0795 (patch) | |
tree | 0ccdd70c8b925b4a298bfcb1402917c986054a1b /Header.ui.qml | |
parent | 89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff) |
Just use (BS) Label now instead of Body
Diffstat (limited to 'Header.ui.qml')
-rw-r--r-- | Header.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Header.ui.qml b/Header.ui.qml index 8d4b506..cb26c66 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -316,9 +316,10 @@ ToolBar { text: fullNameText } - Lbl.Body { + Label { text: emailText font.pointSize: 14 + wrapMode: Label.Wrap color: Eduport .bsDropdownColor } |