another little improvement to the dialog size

seems to work nicely at 800x600 for most cases (yes, translation might
cause problems, only the case with greek atm)

a fixed maximum for the dialog dimensions would help to improve
positioning and layouting them
This commit is contained in:
Nils Kneuper 2007-09-26 22:05:53 +00:00
parent 0634b1fe11
commit d69268494f

View file

@ -818,7 +818,7 @@ campaign_preview_pane::campaign_preview_pane(CVideo &video,std::vector<std::pair
#ifdef USE_TINY_GUI
set_measurements(160, 200);
#else
set_measurements(420, 430);
set_measurements(430, 440);
#endif
}