Few further tweaks and cleanup for e76db219ac
This commit is contained in:
parent
e76db219ac
commit
726100e9c2
1 changed files with 3 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue