Few further tweaks and cleanup for e76db219ac

This commit is contained in:
Charles Dang 2016-10-07 10:49:18 +11:00
parent e76db219ac
commit 726100e9c2

View file

@ -78,8 +78,7 @@
x2 = "(width - 2)"
y2 = 1
thickness = 2
color = "57, 57, 57, 255"
color = "76, 76, 76, 255"
[/line]
[line]
@ -88,8 +87,7 @@
x2 = "(width - 2)"
y2 = "(height - 2)"
thickness = 2
color = "57, 57, 57, 255"
color = "76, 76, 76, 255"
[/line]
[rectangle]
@ -98,7 +96,7 @@
w = 2
h = "(height - 2)"
fill_color = {GUI__BORDER_COLOR_DARK}
fill_color = {GUI__BORDER_COLOR}
[/rectangle]
[/draw]