Skip to content

Commit 307a2e9

Browse files
committed
Cleanups.
1 parent 7d982b5 commit 307a2e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/qml/QFieldCloudPopup.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/qml/imports/Theme/QfMeterBar.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)