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:
jan Iversen 2020-01-12 14:58:21 +01:00 committed by Dirk Hohndel
parent a97a6d607c
commit 3ff65dd7cf

View file

@ -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