From 65aaa998bd0e93b88829b4aca90a05f4c32e7940 Mon Sep 17 00:00:00 2001 From: David Lazarescu <69865187+DavidLazarescu@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:08:31 +0100 Subject: [PATCH] Fixed banner width --- src/presentation/homePage/MHomePage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !== ""