Auto-formatting

This commit is contained in:
LemmyCook 2025-08-28 15:01:23 -04:00
parent 6ac172fe02
commit b2e9058a2f
2 changed files with 6 additions and 6 deletions

View file

@ -25,16 +25,16 @@ ColumnLayout {
NLabel {
label: root.label
description: root.description
visible: root.label !== "" || root.description !== ""
visible: root.label !== "" || root.description !== ""
}
// Container
Rectangle {
id: frame
implicitWidth: parent.width
implicitHeight: Style.baseWidgetSize * 1.1 * scaling
implicitHeight: Style.baseWidgetSize * 1.1 * scaling
Layout.minimumWidth: 80 * scaling
Layout.maximumWidth: root.inputMaxWidth
Layout.maximumWidth: root.inputMaxWidth
radius: Style.radiusM * scaling
color: Color.mSurface
border.color: Color.mOutline