diff options
Diffstat (limited to 'mobile-widgets/qml/TemplateSection.qml')
-rw-r--r-- | mobile-widgets/qml/TemplateSection.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/TemplateSection.qml b/mobile-widgets/qml/TemplateSection.qml index 3bebaca9b..818fce3f1 100644 --- a/mobile-widgets/qml/TemplateSection.qml +++ b/mobile-widgets/qml/TemplateSection.qml @@ -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 |