mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
tighter margins on start page
We use units.largeSpacing margins for page-level spacing. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2b70b76133
commit
09b7ebf28b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Item {
|
|||
ColumnLayout {
|
||||
id: startpage
|
||||
anchors.fill: parent
|
||||
anchors.margins: units.gridUnit * 4
|
||||
anchors.margins: units.largeSpacing
|
||||
|
||||
property int buttonWidth: welcomeText.width * 0.66
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue