diff options
Diffstat (limited to 'Label/Hx.ui.qml')
-rw-r--r-- | Label/Hx.ui.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Label/Hx.ui.qml b/Label/Hx.ui.qml deleted file mode 100644 index ed008c5..0000000 --- a/Label/Hx.ui.qml +++ /dev/null @@ -1,12 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import Eduport 1.4 - -Label { - wrapMode: Label.Wrap - font { - family: Eduport.hxFont.family - weight: Eduport.hxFont.weight - pointSize: Eduport.h6FontSize - } -} |