fix spacing
This commit is contained in:
parent
f4aa3deaec
commit
883ee82e29
1 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@ Page {
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 50
|
height: 50
|
||||||
spacing: 0
|
spacing: width * 0.05
|
||||||
|
|
||||||
opacity: 0
|
opacity: 0
|
||||||
scale: 0.9
|
scale: 0.9
|
||||||
|
@ -367,7 +367,7 @@ Page {
|
||||||
Label {
|
Label {
|
||||||
id: bestResultCompLa
|
id: bestResultCompLa
|
||||||
|
|
||||||
width: parent.width * 0.7
|
width: parent.width * 0.6
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
Loading…
Reference in a new issue