mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
st/bin: Fix height request
The request currently mixes up y-align and x-align.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3043>
(cherry picked from commit c8dae24645)
This commit is contained in:
parent
583894c0f5
commit
c0a74acafd
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ st_bin_get_preferred_height (ClutterActor *self,
|
|||
}
|
||||
else
|
||||
{
|
||||
ClutterActorAlign x_align = clutter_actor_get_y_align (priv->child);
|
||||
ClutterActorAlign x_align = clutter_actor_get_x_align (priv->child);
|
||||
|
||||
_st_actor_get_preferred_height (priv->child, for_width,
|
||||
x_align == CLUTTER_ACTOR_ALIGN_FILL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue