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:

committed by
Marge Bot

parent
e6e0ccdf27
commit
17ce108a35
@ -179,7 +179,7 @@ class UserWidget extends St.BoxLayout {
|
||||
|
||||
super._init({
|
||||
styleClass,
|
||||
vertical,
|
||||
orientation,
|
||||
xAlign,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user