summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:55:13 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:55:13 +0800
commit40c51ce369f77d89ae68b7e207499361344f6b1f (patch)
tree0cb5fd7b39797a81896f6f7e0cc74e0c25584c87
parent36051ab325c427e5f58c6270b64eab8d4389944b (diff)
importing parent dir not needed any more
-rw-r--r--Label/H1.ui.qml1
-rw-r--r--Label/H2.ui.qml1
-rw-r--r--Label/H3.ui.qml1
-rw-r--r--Label/H4.ui.qml1
-rw-r--r--Label/H5.ui.qml1
5 files changed, 0 insertions, 5 deletions
diff --git a/Label/H1.ui.qml b/Label/H1.ui.qml
index 675e6b1..3fde189 100644
--- a/Label/H1.ui.qml
+++ b/Label/H1.ui.qml
@@ -1,6 +1,5 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import ".."
H6 {
font.pointSize: 22.5 + .01875 * parent.width
diff --git a/Label/H2.ui.qml b/Label/H2.ui.qml
index a320de6..99451d3 100644
--- a/Label/H2.ui.qml
+++ b/Label/H2.ui.qml
@@ -1,6 +1,5 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import ".."
H6 {
font.pointSize: 21.75 + .013125 * parent.width
diff --git a/Label/H3.ui.qml b/Label/H3.ui.qml
index 3f1f09d..1edd590 100644
--- a/Label/H3.ui.qml
+++ b/Label/H3.ui.qml
@@ -1,6 +1,5 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import ".."
H6 {
font.pointSize: 21 + .0075 * parent.width
diff --git a/Label/H4.ui.qml b/Label/H4.ui.qml
index c3c363f..39dc0ca 100644
--- a/Label/H4.ui.qml
+++ b/Label/H4.ui.qml
@@ -1,6 +1,5 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import ".."
H6 {
font.pointSize: 20.625 + .0046875 * parent.width
diff --git a/Label/H5.ui.qml b/Label/H5.ui.qml
index 59bc98f..24c5abe 100644
--- a/Label/H5.ui.qml
+++ b/Label/H5.ui.qml
@@ -1,6 +1,5 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import ".."
H6 {
font.pointSize: 20.1 + .00075 * parent.width