Skip to content

WorkspaceBackground: Stop hardcoding corner radius

Joonas Henriksson requested to merge jh/gnome-shell:background-radius-fix into master

Set corner radius based on the border-radius value from the theme, instead of using a hardcoded value that has to be kept in sync with the theme stylesheet.

I suppose is mainly useful for theme developers, but I'd imagine not hardcoding anything that is usually themeable via CSS would be preferred in any case.

Merge request reports