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:
parent
0634b1fe11
commit
d69268494f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue