no-comma
no-comma
For a very basic implementation of this all that's needed is: ```JavaScript let appDisplay = Main.overview._overview._controls._appDisplay; appDisplay._orientation = Clutter.Orientation.VERTICAL; appDisplay._grid.layoutManager._orientation = Clutter.Orientation.VERTICAL; appDisplay._scrollView.set_policy(St.PolicyType.NEVER, St.PolicyType.EXTERNAL); ``` This makes the app grid...
This seems to be the same issue as #56 and #59. When Dash to Dock or Panel is loaded after Vertical Overview `ThumbnailsBox` on the primary monitor gets stretched like...
There are settings for both of these already, you can center the workspace thumbnails by setting "workspace thumbnail position" to 50. There's also an option to set the maximum allowed...
This has been fixed, but it isn't in the version available on GNOME Extensions yet. It should appear correctly if you install from source.