Resized DIALOG_SIM_SETTINGS
This commit is contained in:
parent
6bfe6342fc
commit
3999ff1973
|
@ -44,7 +44,7 @@
|
|||
<property name="minimum_size"></property>
|
||||
<property name="name">DIALOG_SIM_SETTINGS_BASE</property>
|
||||
<property name="pos"></property>
|
||||
<property name="size">439,534</property>
|
||||
<property name="size">445,677</property>
|
||||
<property name="style">wxDEFAULT_DIALOG_STYLE</property>
|
||||
<property name="subclass"></property>
|
||||
<property name="title">Simulation settings</property>
|
||||
|
|
|
@ -115,7 +115,7 @@ class DIALOG_SIM_SETTINGS_BASE : public wxDialog
|
|||
|
||||
public:
|
||||
|
||||
DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Simulation settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 439,534 ), long style = wxDEFAULT_DIALOG_STYLE );
|
||||
DIALOG_SIM_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Simulation settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 445,677 ), long style = wxDEFAULT_DIALOG_STYLE );
|
||||
~DIALOG_SIM_SETTINGS_BASE();
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue