Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27939
Modified Files:
Tag: RSGEDIT_FILEREF
propertyframe.cpp rsgedit.wxg
Log Message:
- increase the property frame size
Index: rsgedit.wxg
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/rsgedit.wxg,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** rsgedit.wxg 15 Mar 2007 07:26:24 -0000 1.5
--- rsgedit.wxg 1 May 2007 11:00:41 -0000 1.5.2.1
***************
*** 1,4 ****
<?xml version="1.0"?>
! <!-- generated by wxGlade 0.4.1 on Tue Mar 06 22:13:36 2007 -->
<application path="." name="" class="" option="1" language="C++" top_window="MainFrame" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.6">
--- 1,4 ----
<?xml version="1.0"?>
! <!-- generated by wxGlade 0.4.1 on Tue May 01 10:32:21 2007 -->
<application path="." name="" class="" option="1" language="C++" top_window="MainFrame" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.6">
***************
*** 180,184 ****
<style>wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxSYSTEM_MENU|wxRESIZE_BORDER|wxFRAME_NO_TASKBAR|wxFRAME_FLOAT_ON_PARENT|wxCLIP_CHILDREN</style>
<title>frame_1</title>
! <size>300, 150</size>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
--- 180,184 ----
<style>wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxSYSTEM_MENU|wxRESIZE_BORDER|wxFRAME_NO_TASKBAR|wxFRAME_FLOAT_ON_PARENT|wxCLIP_CHILDREN</style>
<title>frame_1</title>
! <size>400, 150</size>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
Index: propertyframe.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/propertyframe.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** propertyframe.cpp 15 Mar 2007 07:26:24 -0000 1.3
--- propertyframe.cpp 1 May 2007 11:00:41 -0000 1.3.2.1
***************
*** 48,52 ****
// begin wxGlade: propertyframe::set_properties
SetTitle(wxT("frame_1"));
! SetSize(wxSize(300, 150));
// end wxGlade
}
--- 48,52 ----
// begin wxGlade: propertyframe::set_properties
SetTitle(wxT("frame_1"));
! SetSize(wxSize(400, 150));
// end wxGlade
}
|