mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appDisplay: Reduce size of the horizontal space for DND page previews
Free up a bit more horizontal space for the icons of the appGrid, so that we can show larger icon sizes even on small monitors.
This commit is contained in:
parent
67a386ff17
commit
28f892bc74
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const FOLDER_DIALOG_ANIMATION_TIME = 200;
|
|||
|
||||
const PAGE_PREVIEW_ANIMATION_TIME = 150;
|
||||
const PAGE_INDICATOR_FADE_TIME = 200;
|
||||
const PAGE_PREVIEW_RATIO = 0.20;
|
||||
const PAGE_PREVIEW_RATIO = 0.16;
|
||||
|
||||
const DRAG_PAGE_SWITCH_INITIAL_TIMEOUT = 1000;
|
||||
const DRAG_PAGE_SWITCH_IMMEDIATELY_THRESHOLD_PX = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue