Reduce controls start/end margin

This commit is contained in:
Rafostar
2020-12-14 15:46:07 +01:00
parent 3936e58ed6
commit bfc318ae70

View File

@@ -4,7 +4,7 @@ const Debug = imports.clapper_src.debug;
const Misc = imports.clapper_src.misc; const Misc = imports.clapper_src.misc;
const Revealers = imports.clapper_src.revealers; const Revealers = imports.clapper_src.revealers;
const CONTROLS_MARGIN = 3; const CONTROLS_MARGIN = 2;
const CONTROLS_SPACING = 0; const CONTROLS_SPACING = 0;
let { debug } = Debug; let { debug } = Debug;