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 /Label/Body.ui.qml | |
parent | 89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff) |
Just use (BS) Label now instead of Body
Diffstat (limited to 'Label/Body.ui.qml')
-rw-r--r-- | Label/Body.ui.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Label/Body.ui.qml b/Label/Body.ui.qml deleted file mode 100644 index b556097..0000000 --- a/Label/Body.ui.qml +++ /dev/null @@ -1,7 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import Eduport 1.4 - -Label { - wrapMode: Label.Wrap -} |