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:
Florian Müllner
2025-01-27 13:33:57 +01:00
parent 01541929eb
commit b75b4abaf0
34 changed files with 136 additions and 94 deletions

View File

@@ -350,7 +350,7 @@ const ShellMountPasswordDialog = GObject.registerClass({
}
curGridRow += 1;
let warningBox = new St.BoxLayout({vertical: true});
let warningBox = new St.BoxLayout({orientation: Clutter.Orientation.VERTICAL});
let capsLockWarning = new ShellEntry.CapsLockWarning();
warningBox.add_child(capsLockWarning);