dialog width
This commit is contained in:
parent
f1925912ce
commit
bd77c9f2e6
|
@ -417,7 +417,7 @@ void DrcDialog::CreateControls()
|
||||||
SetFont( *g_DialogFont );
|
SetFont( *g_DialogFont );
|
||||||
|
|
||||||
////@begin DrcDialog content construction
|
////@begin DrcDialog content construction
|
||||||
// Generated by DialogBlocks, Tue 04 Dec 2007 13:38:44 CST (unregistered)
|
// Generated by DialogBlocks, Wed 19 Mar 2008 11:39:08 CDT (unregistered)
|
||||||
|
|
||||||
DrcDialog* itemDialog1 = this;
|
DrcDialog* itemDialog1 = this;
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
|
|
||||||
////@begin includes
|
////@begin includes
|
||||||
#include "wx/notebook.h"
|
#include "wx/notebook.h"
|
||||||
#include "wxPcbStruct.h"
|
|
||||||
#include "drc_stuff.h"
|
|
||||||
////@end includes
|
////@end includes
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,7 +62,7 @@ class wxStdDialogButtonSizer;
|
||||||
#define SYMBOL_DRCDIALOG_STYLE wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxMAXIMIZE_BOX|wxMINIMIZE_BOX
|
#define SYMBOL_DRCDIALOG_STYLE wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxMAXIMIZE_BOX|wxMINIMIZE_BOX
|
||||||
#define SYMBOL_DRCDIALOG_TITLE _("DRC Control")
|
#define SYMBOL_DRCDIALOG_TITLE _("DRC Control")
|
||||||
#define SYMBOL_DRCDIALOG_IDNAME ID_DIALOG
|
#define SYMBOL_DRCDIALOG_IDNAME ID_DIALOG
|
||||||
#define SYMBOL_DRCDIALOG_SIZE wxSize(400, 300)
|
#define SYMBOL_DRCDIALOG_SIZE wxSize(450, 300)
|
||||||
#define SYMBOL_DRCDIALOG_POSITION wxDefaultPosition
|
#define SYMBOL_DRCDIALOG_POSITION wxDefaultPosition
|
||||||
////@end control identifiers
|
////@end control identifiers
|
||||||
|
|
||||||
|
@ -160,7 +158,6 @@ public:
|
||||||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_OK
|
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_OK
|
||||||
void OnOkClick( wxCommandEvent& event );
|
void OnOkClick( wxCommandEvent& event );
|
||||||
|
|
||||||
|
|
||||||
////@end DrcDialog event handler declarations
|
////@end DrcDialog event handler declarations
|
||||||
|
|
||||||
////@begin DrcDialog member function declarations
|
////@begin DrcDialog member function declarations
|
||||||
|
|
Loading…
Reference in New Issue