Fix ArchUpdater NCheckbox binding

ArchUpdater: Create proper binding, make selective update more robust
This commit is contained in:
Ly-sec 2025-08-28 19:48:20 +02:00
parent 6ac172fe02
commit cbd71bec49
4 changed files with 51 additions and 19 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