From 2ab0cea22448b3692088be96d5e2c91c410b6565 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Mon, 2 Nov 2020 20:20:19 -0400 Subject: [PATCH] Shift text down a bit Makes it consistent with the section above. --- res/qml/UsagePanel.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/qml/UsagePanel.qml b/res/qml/UsagePanel.qml index 954e6b0..a18b15a 100644 --- a/res/qml/UsagePanel.qml +++ b/res/qml/UsagePanel.qml @@ -75,6 +75,7 @@ Container { anchors.leftMargin: 20 anchors.right: parent.right anchors.rightMargin: 20 + y: 18 text: "Upload" font.family: Style.weakTextFont color: Style.weakTextColor @@ -86,7 +87,7 @@ Container { anchors.leftMargin: 20 anchors.right: parent.right anchors.rightMargin: 20 - y: 20 + y: 40 text: ""+ makeRate(up) font.family: Style.weakTextFont color: Style.strongTextColor @@ -99,6 +100,7 @@ Container { anchors.right: parent.right anchors.rightMargin: 20 text: "Download" + y: 18 font.family: Style.weakTextFont color: Style.weakTextColor font.pointSize: Style.weakTextSize @@ -109,7 +111,7 @@ Container { anchors.leftMargin: 170 anchors.right: parent.right anchors.rightMargin: 20 - y: 20 + y: 40 text: ""+ makeRate(down) font.family: Style.weakTextFont color: Style.strongTextColor