slightly change dimensions for the campaign selection dialogs
This commit is contained in:
parent
815bd746b4
commit
5938681c18
1 changed files with 2 additions and 1 deletions
|
@ -814,10 +814,11 @@ namespace {
|
|||
|
||||
campaign_preview_pane::campaign_preview_pane(CVideo &video,std::vector<std::pair<std::string,std::string> >* desc) : gui::preview_pane(video),descriptions_(desc),index_(0)
|
||||
{
|
||||
// size of the campaign info window with the campaign description and image in pixel
|
||||
#ifdef USE_TINY_GUI
|
||||
set_measurements(160, 200);
|
||||
#else
|
||||
set_measurements(350, 400);
|
||||
set_measurements(420, 430);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue