appDisplay: Make the app grid horizontal
Horizontal pagination is more natural than vertical, but for historical reasons we ended up with a vertically paginated app grid. Make the app grid horizontal. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1554>
This commit is contained in:

committed by
Marge Bot

parent
b3d57dc4bd
commit
be279abe9e
@ -1334,7 +1334,7 @@ var IconGrid = GObject.registerClass({
|
||||
_init(layoutParams = {}) {
|
||||
layoutParams = Params.parse(layoutParams, {
|
||||
allow_incomplete_pages: false,
|
||||
orientation: Clutter.Orientation.VERTICAL,
|
||||
orientation: Clutter.Orientation.HORIZONTAL,
|
||||
columns_per_page: 6,
|
||||
rows_per_page: 4,
|
||||
page_halign: Clutter.ActorAlign.FILL,
|
||||
|
Reference in New Issue
Block a user