From f7d7d7ac15dcf223fc80ac73b997c0e4a64d62f8 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Fri, 21 Nov 2025 12:38:50 +0800 Subject: [PATCH] fix: Stabilize custom button wheel command settings UI layout --- .../Settings/Bar/WidgetSettings/CustomButtonSettings.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml index 4d7a7d3b..b498784d 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml @@ -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