Add top padding also for the MainMenu

This commit is contained in:
Simon Stürz 2025-11-25 15:49:35 +01:00
parent 8736717370
commit 612397be6b
2 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,8 @@ public:
int topPadding() const override; int topPadding() const override;
int bottomPadding() const override; int bottomPadding() const override;
int leftPadding() const override;
int rightPadding() const override;
bool darkModeEnabled() const override; bool darkModeEnabled() const override;

View File

@ -67,6 +67,7 @@ Drawer {
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
anchors.topMargin: PlatformHelper.topPadding
spacing: 0 spacing: 0
Rectangle { Rectangle {