UI: Reduce amount of padding between VSE channels.

Suggested by cezarfarias on RightClickSelect. Code snippet by MalDuffin.
This commit is contained in:
Pablo Vazquez 2018-11-27 23:25:48 +01:00
parent 9d535f7ce8
commit 437d7d7cb9
1 changed files with 2 additions and 2 deletions

View File

@ -391,8 +391,8 @@ typedef struct SequencerScopes {
#define SEQ_EDIT_OVERLAY_SHOW 1
#define SEQ_EDIT_OVERLAY_ABS 2
#define SEQ_STRIP_OFSBOTTOM 0.2f
#define SEQ_STRIP_OFSTOP 0.8f
#define SEQ_STRIP_OFSBOTTOM 0.05f
#define SEQ_STRIP_OFSTOP 0.95f
/* Editor->proxy_storage */
/* store proxies in project directory */