mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
Use same size for all OS
This commit is contained in:
parent
eb1a466da7
commit
6f8353a4d7
@ -88,11 +88,7 @@ mux_dialog::mux_dialog(wxWindow *parent)
|
||||
siz_all->Add(siz_buttons, 0, wxGROW | wxALL, 10);
|
||||
|
||||
SetSizerAndFit(siz_all);
|
||||
#ifdef SYS_WINDOWS
|
||||
SetSize(wxSize(700, 560));
|
||||
#else
|
||||
SetSize(wxSize(720, 520));
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user