From 883ee82e296f5f1e00e08753b86303b637584724 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 6 Jun 2021 22:38:30 +0200 Subject: [PATCH] fix spacing --- resources/qml/Widgets/ProfileWidget.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Widgets/ProfileWidget.qml b/resources/qml/Widgets/ProfileWidget.qml index 83526ea..5f0caa7 100644 --- a/resources/qml/Widgets/ProfileWidget.qml +++ b/resources/qml/Widgets/ProfileWidget.qml @@ -332,7 +332,7 @@ Page { width: parent.width height: 50 - spacing: 0 + spacing: width * 0.05 opacity: 0 scale: 0.9 @@ -367,7 +367,7 @@ Page { Label { id: bestResultCompLa - width: parent.width * 0.7 + width: parent.width * 0.6 height: parent.height verticalAlignment: Text.AlignVCenter