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 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;
|
||||||
|
|
||||||
|
|||||||
@ -67,6 +67,7 @@ Drawer {
|
|||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.topMargin: PlatformHelper.topPadding
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|||||||
Reference in New Issue
Block a user