forked from VoxeLibre/VoxeLibre
Reduce sign line length to 15
This commit is contained in:
parent
f43db6cda4
commit
1bb3d41be0
|
@ -21,7 +21,7 @@ end
|
|||
local SIGN_WIDTH = 115
|
||||
local SIGN_PADDING = 14
|
||||
|
||||
local LINE_LENGTH = 16
|
||||
local LINE_LENGTH = 15
|
||||
local NUMBER_OF_LINES = 4
|
||||
|
||||
local LINE_HEIGHT = 14
|
||||
|
|
Loading…
Reference in New Issue