constants.ts: enlarge gaps
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const GAPS_OUTER = { top: 12, bottom: 12, left: 12, right: 12 };
|
||||
const GAPS_INNER = { x: 12, y: 12 };
|
||||
const AUTO_OVERSCROLL_X = 12;
|
||||
const GAPS_OUTER = { top: 18, bottom: 18, left: 18, right: 18 };
|
||||
const GAPS_INNER = { x: 18, y: 18 };
|
||||
const AUTO_OVERSCROLL_X = 18;
|
||||
const GRID_SCROLL_STEP = 200;
|
||||
const STACKED_BY_DEFAULT = false;
|
||||
const PREFER_FLOATING = new Map(Object.entries({
|
||||
|
||||
Reference in New Issue
Block a user