mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widgets/qml: use Kirigami Units instead of hardcoded values
This allows for better scaling of the UI. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
20a1b4befb
commit
e22943fa21
5 changed files with 12 additions and 12 deletions
|
@ -13,7 +13,7 @@ Kirigami.ScrollablePage {
|
|||
ColumnLayout {
|
||||
width: parent.width
|
||||
spacing: 1
|
||||
Layout.margins: 10
|
||||
Layout.margins: Kirigami.Units.gridUnit
|
||||
|
||||
Text {
|
||||
text: "Dive planner manager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue