File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -911,6 +911,6 @@ Popup {
911911 if (usedStorage / totalStorage >= 0.975 ) {
912912 storageMeterBar .upgradeUrl = " https://app.qfield.cloud/account" ;
913913 }
914- storageMeterBar .visible = true
914+ storageMeterBar .visible = true ;
915915 }
916916}
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ ColumnLayout {
5656 fillColor: " transparent"
5757 capStyle: ShapePath .RoundCap
5858 joinStyle: ShapePath .RoundJoin
59- startX: 0 ;
59+ startX: 0
6060 startY: 5
6161 PathLine {
62- x: 5.5 ;
62+ x: 5.5
6363 y: 5
6464 }
6565 }
@@ -70,7 +70,7 @@ ColumnLayout {
7070 fillColor: " transparent"
7171 capStyle: ShapePath .RoundCap
7272 joinStyle: ShapePath .RoundJoin
73- startX: 4 ;
73+ startX: 4
7474 startY: 1.5
7575 PathLine {
7676 x: 8
You can’t perform that action at this time.
0 commit comments