Skip to content

Commit

Permalink
gui2/tprogress_bar: Use same background as listbox (children) widgets
Browse files Browse the repository at this point in the history
Replaces the solid RGB background with the generic RGBA background
defined in GUI__BACKGROUND_COLOR_ENABLED.
  • Loading branch information
irydacea committed Feb 16, 2014
1 parent c054a5e commit 393ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gui/default/widget/progress_bar_default.cfg
Expand Up @@ -41,7 +41,7 @@
h = "(height - 2)"
border_thickness = 1
border_color = "0, 0, 0, 255"
fill_color = "21, 22, 24, 255"
fill_color = {GUI__BACKGROUND_COLOR_ENABLED}
[/rectangle]

# 3D effect at upper side.
Expand Down

0 comments on commit 393ebb4

Please sign in to comment.