diff --git a/src/presentation/homePage/MHomePage.qml b/src/presentation/homePage/MHomePage.qml index 4c5e50aaf..ee3d73e73 100644 --- a/src/presentation/homePage/MHomePage.qml +++ b/src/presentation/homePage/MHomePage.qml @@ -102,7 +102,7 @@ Page { id: updateBanner Layout.fillWidth: true Layout.preferredHeight: 38 - Layout.leftMargin: -root.horizontalPadding + Layout.leftMargin: -root.horizontalPadding - contentLeftSpacing.width Layout.rightMargin: -root.rightPadding visible: baseRoot.notifyAboutUpdates && AppInfoController.newestVersion !== ""