Add top padding also for the MainMenu
This commit is contained in:
parent
8736717370
commit
612397be6b
@ -57,6 +57,8 @@ public:
|
||||
|
||||
int topPadding() const override;
|
||||
int bottomPadding() const override;
|
||||
int leftPadding() const override;
|
||||
int rightPadding() const override;
|
||||
|
||||
bool darkModeEnabled() const override;
|
||||
|
||||
|
||||
@ -67,6 +67,7 @@ Drawer {
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.topMargin: PlatformHelper.topPadding
|
||||
spacing: 0
|
||||
|
||||
Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user