Skip to content

js: Fix alignment

Florian Müllner requested to merge fmuellner/gnome-shell:fix-alignment into master

The old StBin alignment properties defaulted to MIDDLE, while the ClutterActor properties use FILL. Fix the resulting fallout by setting the alignment explicitly where necessary.

Merge request reports