mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
st: Adjust to ClutterBinAlignment removal
The custom alignment property was removed, so the convenience constructor lost the corresponding parameters. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3013>
This commit is contained in:
parent
4722dd0d32
commit
b36f81b955
1 changed files with 1 additions and 2 deletions
|
|
@ -360,8 +360,7 @@ st_icon_init (StIcon *self)
|
|||
|
||||
self->priv = st_icon_get_instance_private (self);
|
||||
|
||||
layout_manager = clutter_bin_layout_new (CLUTTER_BIN_ALIGNMENT_FILL,
|
||||
CLUTTER_BIN_ALIGNMENT_FILL);
|
||||
layout_manager = clutter_bin_layout_new ();
|
||||
clutter_actor_set_layout_manager (CLUTTER_ACTOR (self), layout_manager);
|
||||
|
||||
/* Set the icon size to -1 here to make sure we apply the scale to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue