js: Switch more boxes to new orientation property

There are two instances where we set the deprecated `vertical`
property with a `{vertical}` shorthand that escaped previous
greps; move those to the new `orientation` property too.

Fixes: b75b4abaf0 ("js: Set BoxLayout orientation")
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3618>
This commit is contained in:
Florian Müllner
2025-01-28 13:02:16 +01:00
committed by Marge Bot
parent e6e0ccdf27
commit 17ce108a35
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ class UserWidget extends St.BoxLayout {
super._init({
styleClass,
vertical,
orientation,
xAlign,
});