summaryrefslogtreecommitdiff
path: root/Home/Default/Counter.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
commitd18f2df2d631606a30922148b019b5cef1764f6d (patch)
treebb6e21efd26ccf860dfb149824e069d852961ec0 /Home/Default/Counter.ui.qml
parent9a8c9b16fddd96ec2705f64d7023aedcde71d6e5 (diff)
Each header has its own QML
Diffstat (limited to 'Home/Default/Counter.ui.qml')
-rw-r--r--Home/Default/Counter.ui.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Home/Default/Counter.ui.qml b/Home/Default/Counter.ui.qml
index 77f1e74..f33344b 100644
--- a/Home/Default/Counter.ui.qml
+++ b/Home/Default/Counter.ui.qml
@@ -38,10 +38,8 @@ Item {
leftMargin: 25.6
}
- Lbl.Hx {
+ Lbl.H5 {
text: count
- font.pointSize: 20.1
- + .00075 * parent.width
Layout.fillWidth: true
}