mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix: Stabilize custom button wheel command settings UI layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user