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:
Jonas Dreßler 2024-06-25 17:12:21 +02:00
parent 67a386ff17
commit 28f892bc74

View file

@ -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;