mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
Used correct image paths for default toggle button's disabled state
This commit is contained in:
parent
403c2b52ef
commit
750d9d084a
@ -52,7 +52,7 @@
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/checkbox.png"
|
||||
name = "buttons/checkbox-disabled.png"
|
||||
[/image]
|
||||
|
||||
{_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_DISABLED__TITLE}) }
|
||||
@ -98,7 +98,7 @@
|
||||
[draw]
|
||||
|
||||
[image]
|
||||
name = "buttons/checkbox-pressed.png"
|
||||
name = "buttons/checkbox-disabled-pressed.png"
|
||||
[/image]
|
||||
|
||||
{_GUI_TEXT ({EXTRA_WIDTH}) ({FONT_SIZE}) ({GUI__FONT_COLOR_DISABLED__TITLE}) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user