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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user