mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile-widgets: update design of TemplateSection
Update size and colors. Changing the TemplateSection, automatically changes all sections in the system, converted to the new layout. The styling would be better in a style/theme class, but subsurfaceTheme is in main.qml and not in a C++ class, so for now use primitive styling. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a97a6d607c
commit
3ff65dd7cf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import QtQuick.Controls 2.4
|
|||
import QtQuick.Layouts 1.11
|
||||
|
||||
Column {
|
||||
width: parent.width -20
|
||||
width: parent.width
|
||||
property string title: "no title"
|
||||
property bool isExpanded: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue