mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
Fix page margins of start page
Consistent with other pages: half a gridUnit around the content. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
8bd59ebf4b
commit
bfcc4aaf05
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Item {
|
|||
ColumnLayout {
|
||||
id: startpage
|
||||
anchors.fill: parent
|
||||
anchors.margins: MobileComponents.Units.largeSpacing
|
||||
anchors.margins: MobileComponents.Units.gridUnit / 2
|
||||
|
||||
property int buttonWidth: welcomeText.width * 0.66
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue