Skip to content

Commit

Permalink
Fixed banner width
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Feb 11, 2024
1 parent 9b9d5e5 commit 65aaa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/homePage/MHomePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 !== ""
Expand Down

0 comments on commit 65aaa99

Please sign in to comment.