From bd77c9f2e69093188c6a79258589e3d70581a46d Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Wed, 19 Mar 2008 21:43:40 +0000 Subject: [PATCH] dialog width --- pcbnew/dialog_drc.cpp | 2 +- pcbnew/dialog_drc.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pcbnew/dialog_drc.cpp b/pcbnew/dialog_drc.cpp index b6e1201e9b..e0600bb5d0 100644 --- a/pcbnew/dialog_drc.cpp +++ b/pcbnew/dialog_drc.cpp @@ -417,7 +417,7 @@ void DrcDialog::CreateControls() SetFont( *g_DialogFont ); ////@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; diff --git a/pcbnew/dialog_drc.h b/pcbnew/dialog_drc.h index d000eee0a8..c9a8500332 100644 --- a/pcbnew/dialog_drc.h +++ b/pcbnew/dialog_drc.h @@ -24,8 +24,6 @@ ////@begin includes #include "wx/notebook.h" -#include "wxPcbStruct.h" -#include "drc_stuff.h" ////@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_TITLE _("DRC Control") #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 ////@end control identifiers @@ -160,7 +158,6 @@ public: /// wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_OK void OnOkClick( wxCommandEvent& event ); - ////@end DrcDialog event handler declarations ////@begin DrcDialog member function declarations