mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile-widgets/qml: add General section to Settings
ColumnLayout does not work well with TemplateSection, so change to Column Add TemplateSection "General Settings" "General Settings" are open when visiting page first time. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8ee39aa6b6
commit
12631ef2bb
1 changed files with 9 additions and 1 deletions
|
@ -20,8 +20,16 @@ Kirigami.ScrollablePage {
|
|||
qsTr("Credentials verified"),
|
||||
qsTr("No cloud mode")]
|
||||
|
||||
ColumnLayout {
|
||||
Column {
|
||||
width: gridWidth
|
||||
|
||||
TemplateSection {
|
||||
id: sectionGeneral
|
||||
title: qsTr("General settings")
|
||||
isExpanded: true
|
||||
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
id: cloudSetting
|
||||
columns: 3
|
||||
|
|
Loading…
Reference in a new issue