mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overviewControls: Allocate a bit more space for the dash
We want the dash to show the larger icons as often as possible, and giving it a height of 16% instead of 15% helps with that on common screen resolutions. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3278>
This commit is contained in:
parent
bdb0fc6b14
commit
2a8ea4886e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import * as WorkspaceThumbnail from './workspaceThumbnail.js';
|
|||
import * as WorkspacesView from './workspacesView.js';
|
||||
|
||||
export const SMALL_WORKSPACE_RATIO = 0.15;
|
||||
const DASH_MAX_HEIGHT_RATIO = 0.15;
|
||||
const DASH_MAX_HEIGHT_RATIO = 0.16;
|
||||
const VERTICAL_SPACING_RATIO = 0.02;
|
||||
const THUMBNAILS_SPACING_ADJUSTMENT_TOP = 0.6;
|
||||
const THUMBNAILS_SPACING_ADJUSTMENT_BOTTOM = 0.4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue