diff options
Diffstat (limited to 'src/gui/button.cpp')
-rw-r--r-- | src/gui/button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/button.cpp b/src/gui/button.cpp index eec2e4b2..4114d330 100644 --- a/src/gui/button.cpp +++ b/src/gui/button.cpp @@ -55,7 +55,7 @@ static ButtonData const data[BUTTON_COUNT] = { {"graphics/gui/button.png", 0, 0}, {"graphics/gui/buttonhi.png", 9, 4}, {"graphics/gui/buttonpress.png", 16, 19}, - {"graphics/gui/button_disabled.png", 25, 24} + {"graphics/gui/button_disabled.png", 25, 23} }; ImageRect Button::button[BUTTON_COUNT]; |