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:
parent
027e4493fc
commit
d2e8a145d7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue