Skip to content

Request a proper size for sliders/levelbars

Florian Müllner requested to merge fmuellner/gnome-shell:slider-size into main

Quoting the main commit:

slider: Request a size

Sliders (and level bars) currently don't request any size, so it's
up to the caller (or stylesheet) to explicitly set a size big
enough to fit the bar/handle.

That's rather unexpected, we should request the size we need ourselves.

Closes #7133 (closed)

Merge request reports