Skip to content

overviewControls: Subclass layout manager directly

Florian Müllner requested to merge fmuellner/gnome-shell:controls-layout into main

All the ControlsManagerLayout uses from BoxLayout is the spacing property, both size requests and allocation are completely custom.

That makes subclassing really questionable, so stop doing that and just hook up to the spacing style property manually.

Merge request reports