js: Set BoxLayout orientation
Use new `orientation` property instead of `vertical`. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3614>
This commit is contained in:
@ -392,7 +392,7 @@ export const SwitcherList = GObject.registerClass({
|
||||
|
||||
this._list = new St.BoxLayout({
|
||||
style_class: 'switcher-list-item-container',
|
||||
vertical: false,
|
||||
orientation: Clutter.Orientation.HORIZONTAL,
|
||||
x_expand: true,
|
||||
y_expand: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user