Colorize spacer lines

This commit is contained in:
Charles Dang 2016-10-21 02:43:39 +11:00
parent 7b44cee405
commit 41672422a6

View file

@ -267,7 +267,7 @@
x2 = (width - 1)
y2 = 0
color = {GUI__FONT_COLOR_DISABLED__DEFAULT}
color = {GUI__BORDER_COLOR_DARK}
thickness = 1
[/line]
@ -300,7 +300,7 @@
x2 = 0
y2 = (height - 1)
color = {GUI__FONT_COLOR_DISABLED__DEFAULT}
color = {GUI__BORDER_COLOR_DARK}
thickness = 1
[/line]