mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 09:34:31 +00:00
gui2/tprogress_bar: Use same background as listbox (children) widgets
Replaces the solid RGB background with the generic RGBA background defined in GUI__BACKGROUND_COLOR_ENABLED.
This commit is contained in:
parent
c054a5e89a
commit
393ebb447c
@ -41,7 +41,7 @@
|
|||||||
h = "(height - 2)"
|
h = "(height - 2)"
|
||||||
border_thickness = 1
|
border_thickness = 1
|
||||||
border_color = "0, 0, 0, 255"
|
border_color = "0, 0, 0, 255"
|
||||||
fill_color = "21, 22, 24, 255"
|
fill_color = {GUI__BACKGROUND_COLOR_ENABLED}
|
||||||
[/rectangle]
|
[/rectangle]
|
||||||
|
|
||||||
# 3D effect at upper side.
|
# 3D effect at upper side.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user