diff options
Diffstat (limited to 'Label')
-rw-r--r-- | Label/H1.ui.qml | 6 | ||||
-rw-r--r-- | Label/H2.ui.qml | 6 | ||||
-rw-r--r-- | Label/H3.ui.qml | 6 | ||||
-rw-r--r-- | Label/H4.ui.qml | 6 | ||||
-rw-r--r-- | Label/H5.ui.qml | 6 |
5 files changed, 0 insertions, 30 deletions
diff --git a/Label/H1.ui.qml b/Label/H1.ui.qml deleted file mode 100644 index 3fde189..0000000 --- a/Label/H1.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 22.5 + .01875 * parent.width -} diff --git a/Label/H2.ui.qml b/Label/H2.ui.qml deleted file mode 100644 index 99451d3..0000000 --- a/Label/H2.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 21.75 + .013125 * parent.width -} diff --git a/Label/H3.ui.qml b/Label/H3.ui.qml deleted file mode 100644 index 1edd590..0000000 --- a/Label/H3.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 21 + .0075 * parent.width -} diff --git a/Label/H4.ui.qml b/Label/H4.ui.qml deleted file mode 100644 index 39dc0ca..0000000 --- a/Label/H4.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 20.625 + .0046875 * parent.width -} diff --git a/Label/H5.ui.qml b/Label/H5.ui.qml deleted file mode 100644 index 24c5abe..0000000 --- a/Label/H5.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 20.1 + .00075 * parent.width -} |