mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 17:51:17 +00:00
Fix Close button not showing up in Credits
This commit is contained in:
parent
fe515a4ae9
commit
ec49d2a678
@ -250,7 +250,6 @@ void show_about(CVideo &video, const std::string &campaign)
|
||||
|
||||
gui::button close(video,_("Close"));
|
||||
close.set_location((screen->w/2)-(close.width()/2), screen->h - 30);
|
||||
close.set_volatile(true);
|
||||
|
||||
const int def_size = font::SIZE_XLARGE;
|
||||
const SDL_Color def_color = font::NORMAL_COLOR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user