Skip to content

Commit 65aaa99

Browse files
Fixed banner width
1 parent 9b9d5e5 commit 65aaa99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presentation/homePage/MHomePage.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Page {
102102
id: updateBanner
103103
Layout.fillWidth: true
104104
Layout.preferredHeight: 38
105-
Layout.leftMargin: -root.horizontalPadding
105+
Layout.leftMargin: -root.horizontalPadding - contentLeftSpacing.width
106106
Layout.rightMargin: -root.rightPadding
107107
visible: baseRoot.notifyAboutUpdates
108108
&& AppInfoController.newestVersion !== ""

0 commit comments

Comments
 (0)