Skip to content

Draft: kcms/mouse: Fix the middle click toggle's row not being flexible

ivan tkachenko requested to merge work/r/mouse-layout into master

Without fillWidth and maximumWidth, this CheckBox was treated as a hard non-resizable constraint, so it could overflow the layout and stretch it beyond the page's viewport.

Merge request reports