mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +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 Revealers = imports.clapper_src.revealers;
|
||||
|
||||
const CONTROLS_MARGIN = 3;
|
||||
const CONTROLS_MARGIN = 2;
|
||||
const CONTROLS_SPACING = 0;
|
||||
|
||||
let { debug } = Debug;
|
||||
|
Reference in New Issue
Block a user