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:
@ -98,7 +98,7 @@ const AudioDeviceSelectionDialog = GObject.registerClass({
|
||||
_addDevice(device) {
|
||||
const box = new St.BoxLayout({
|
||||
style_class: 'audio-selection-device-box',
|
||||
vertical: true,
|
||||
orientation: Clutter.Orientation.VERTICAL,
|
||||
});
|
||||
box.connect('notify::height', () => {
|
||||
const laters = global.compositor.get_laters();
|
||||
|
Reference in New Issue
Block a user