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
@ -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…
x
Reference in New Issue
Block a user