slightly change dimensions for the campaign selection dialogs

This commit is contained in:
Nils Kneuper 2007-09-26 21:19:55 +00:00
parent 815bd746b4
commit 5938681c18

View file

@ -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
}