GUI1: left-align the minimap in the Load Game dialog, left panel

Solves item 3 in the "Load dialog" section of the following post:
[http://www.wesnoth.org/forum/viewtopic.php?t=29640]
This commit is contained in:
Ignacio R. Morelle 2010-11-29 19:46:11 +00:00
parent 027e4493fc
commit d2e8a145d7

View file

@ -439,7 +439,7 @@ void save_preview_pane::draw_contents()
}
if(map_surf != NULL) {
SDL_Rect map_rect = create_rect(area.x + area.w - map_surf->w
SDL_Rect map_rect = create_rect(area.x
, area.y
, map_surf->w
, map_surf->h);