This commit is contained in:
2025-04-28 13:46:21 +02:00
parent 0e397619f4
commit 0ee3a5f8b3
3 changed files with 27 additions and 0 deletions

View File

@@ -184,6 +184,23 @@ GridLayout
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
}
Item
{
Layout.columnSpan: 2
}
//New Grid
Label
{
text: qsTr("Leistungen:")
Layout.alignment: Qt.AlignRight
font: Typography.h2
}
Item
{
Layout.columnSpan: 3
}