update main form files for basic UI window
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<property name="minimum_size"></property>
|
||||
<property name="name">OBSBasicBase</property>
|
||||
<property name="pos"></property>
|
||||
<property name="size">1117,783</property>
|
||||
<property name="size">854,595</property>
|
||||
<property name="style">wxDEFAULT_FRAME_STYLE</property>
|
||||
<property name="subclass">WindowSubclass; ../wx-subclass.hpp</property>
|
||||
<property name="title">.mainwindow</property>
|
||||
|
@@ -162,7 +162,7 @@ class OBSBasicBase : public WindowSubclass
|
||||
|
||||
public:
|
||||
|
||||
OBSBasicBase( wxWindow* parent, wxWindowID id = ID_OBS_BASIC, const wxString& title = _(".mainwindow"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 1117,783 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
|
||||
OBSBasicBase( wxWindow* parent, wxWindowID id = ID_OBS_BASIC, const wxString& title = _(".mainwindow"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 854,595 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
|
||||
|
||||
~OBSBasicBase();
|
||||
|
||||
|
Reference in New Issue
Block a user