Style code

This commit is contained in:
2025-03-18 08:50:39 +01:00
parent f20cebab14
commit 7b1f5cd3cc
17 changed files with 54 additions and 39 deletions

View File

@@ -2,12 +2,14 @@ import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
ColumnLayout {
ColumnLayout
{
required property string label
spacing: Dimensions.s
Label {
Label
{
text: label
font: Typography.body
}
}
}