diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-20 19:39:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-23 03:20:58 +0900 |
commit | 6655b37add8c1dbee23d734fa6eb8f4c0bec9aae (patch) | |
tree | 2d94e6de766b5a3b24f45114e342673b574d0c88 /mobile-widgets/qml/StartPage.qml | |
parent | e80132cdef038fdff253f59979fbb8789e325315 (diff) | |
download | subsurface-6655b37add8c1dbee23d734fa6eb8f4c0bec9aae.tar.gz |
Mobile: consolidate settings to one page and menu entry
Addresses: #492
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Had a bit of rebase issue with this one.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index abc1acc09..e988fb9e9 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -39,5 +39,6 @@ Kirigami.ScrollablePage { Layout.topMargin: 0 property int headingLevel: 3 } + Item { width: Kirigami.Units.gridUnit; height: 3 * Kirigami.Units.gridUnit} } } |