From b36f81b955ca7b736551a9693abe4392d4878cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 10 Nov 2023 00:08:24 +0100 Subject: [PATCH] st: Adjust to ClutterBinAlignment removal The custom alignment property was removed, so the convenience constructor lost the corresponding parameters. Part-of: --- src/st/st-icon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/st/st-icon.c b/src/st/st-icon.c index aed688e07..6a32df5b3 100644 --- a/src/st/st-icon.c +++ b/src/st/st-icon.c @@ -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