Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
bd77c9f2
Commit
bd77c9f2
authored
Mar 19, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dialog width
parent
f1925912
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
dialog_drc.cpp
pcbnew/dialog_drc.cpp
+1
-1
dialog_drc.h
pcbnew/dialog_drc.h
+1
-4
No files found.
pcbnew/dialog_drc.cpp
View file @
bd77c9f2
...
...
@@ -417,7 +417,7 @@ void DrcDialog::CreateControls()
SetFont
(
*
g_DialogFont
);
////@begin DrcDialog content construction
// Generated by DialogBlocks,
Tue 04 Dec 2007 13:38:44 CS
T (unregistered)
// Generated by DialogBlocks,
Wed 19 Mar 2008 11:39:08 CD
T (unregistered)
DrcDialog
*
itemDialog1
=
this
;
...
...
pcbnew/dialog_drc.h
View file @
bd77c9f2
...
...
@@ -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(4
0
0, 300)
#define SYMBOL_DRCDIALOG_SIZE wxSize(4
5
0, 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment