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:
@ -102,7 +102,7 @@ class SwitchMonitorSwitcher extends SwitcherPopup.SwitcherList {
|
||||
_addIcon(item) {
|
||||
const box = new St.BoxLayout({
|
||||
style_class: 'alt-tab-app',
|
||||
vertical: true,
|
||||
orientation: Clutter.Orientation.VERTICAL,
|
||||
});
|
||||
|
||||
const icon = new St.Icon({
|
||||
|
Reference in New Issue
Block a user