mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 15:52:10 +02:00
Reduce controls start/end margin
This commit is contained in:
2
clapper_src/controls.js
vendored
2
clapper_src/controls.js
vendored
@@ -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;
|
||||||
|
Reference in New Issue
Block a user