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