We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9d5e5 commit 65aaa99Copy full SHA for 65aaa99
src/presentation/homePage/MHomePage.qml
@@ -102,7 +102,7 @@ Page {
102
id: updateBanner
103
Layout.fillWidth: true
104
Layout.preferredHeight: 38
105
- Layout.leftMargin: -root.horizontalPadding
+ Layout.leftMargin: -root.horizontalPadding - contentLeftSpacing.width
106
Layout.rightMargin: -root.rightPadding
107
visible: baseRoot.notifyAboutUpdates
108
&& AppInfoController.newestVersion !== ""
0 commit comments