Skip to content

Commit 5ee188e

Browse files
committed
support Q10
Signed-off-by: ekkes-corner <ekke@ekkes-corner.org>
1 parent de400c6 commit 5ee188e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Page {
194194
verticalAlignment: VerticalAlignment.Top
195195
horizontalAlignment: HorizontalAlignment.Left
196196
translationX: 60
197-
translationY: 580
197+
translationY: 380
198198
}
199199
}
200200
function fileActions() {

bar-descriptor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
3636
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
3737
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
38-
<versionNumber>0.9.4</versionNumber>
38+
<versionNumber>0.9.17</versionNumber>
3939
<packageLocale>de</packageLocale>
4040

4141
<!-- Fourth digit segment of the package version. First three segments are taken from the

0 commit comments

Comments
 (0)