fix: Stabilize custom button wheel command settings UI layout

This commit is contained in:
loner
2025-11-21 12:38:50 +08:00
parent e8a27acb63
commit f7d7d7ac15
@@ -163,6 +163,7 @@ ColumnLayout {
ColumnLayout {
Layout.fillWidth: true
Layout.preferredWidth: parent.width
RowLayout {
id: unifiedWheelLayout
@@ -191,9 +192,9 @@ ColumnLayout {
}
ColumnLayout {
id: separateWheelLayout
id: separatedWheelLayout
Layout.fillWidth: true
visible: separateWheelToggle.checked
spacing: Style.marginS
RowLayout {
spacing: Style.marginM