Colorize spacer lines
This commit is contained in:
parent
7b44cee405
commit
41672422a6
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue