fix spacing

This commit is contained in:
Dorian Zedler 2021-06-06 22:38:30 +02:00
parent f4aa3deaec
commit 883ee82e29
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -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