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
d21bf859
Commit
d21bf859
authored
Nov 23, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
visibility of button text, resizable on dialog
parent
27d647ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
778 additions
and
777 deletions
+778
-777
controle.cpp
pcbnew/controle.cpp
+1
-1
dialog_freeroute_exchange_base.cpp
pcbnew/dialog_freeroute_exchange_base.cpp
+5
-4
dialog_freeroute_exchange_base.fbp
pcbnew/dialog_freeroute_exchange_base.fbp
+770
-770
dialog_freeroute_exchange_base.h
pcbnew/dialog_freeroute_exchange_base.h
+2
-2
No files found.
pcbnew/controle.cpp
View file @
d21bf859
...
...
@@ -126,7 +126,7 @@ BOARD_ITEM* WinEDA_BasePcbFrame::PcbGeneralLocateAndDisplay( int aHotKeyCode )
#endif
/* Remove redundancies: sometime, zones are found twice,
* because zones can be
are
filled by overlapping segments (this is a fill option)
* because zones can be filled by overlapping segments (this is a fill option)
*/
unsigned
long
timestampzone
=
0
;
...
...
pcbnew/dialog_freeroute_exchange_base.cpp
View file @
d21bf859
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Apr 16
2008)
// C++ code generated with wxFormBuilder (version
Dec 29
2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
@@ -54,9 +54,9 @@ DIALOG_FREEROUTE_BASE::DIALOG_FREEROUTE_BASE( wxWindow* parent, wxWindowID id, c
bLeftSubSizerSizer
->
Add
(
bLeftButtonsSizer
,
1
,
wxEXPAND
,
5
);
bLeftSizer
->
Add
(
bLeftSubSizerSizer
,
1
,
wxEXPAND
,
5
);
bLeftSizer
->
Add
(
bLeftSubSizerSizer
,
1
,
wx
ALL
|
wx
EXPAND
,
5
);
bUpperSizer
->
Add
(
bLeftSizer
,
1
,
wxEXPAND
,
5
);
bUpperSizer
->
Add
(
bLeftSizer
,
1
,
wx
ALIGN_TOP
|
wxALL
|
wx
EXPAND
,
5
);
m_staticline2
=
new
wxStaticLine
(
this
,
wxID_ANY
,
wxDefaultPosition
,
wxDefaultSize
,
wxLI_VERTICAL
);
bUpperSizer
->
Add
(
m_staticline2
,
0
,
wxALL
|
wxEXPAND
,
5
);
...
...
@@ -98,7 +98,7 @@ DIALOG_FREEROUTE_BASE::DIALOG_FREEROUTE_BASE( wxWindow* parent, wxWindowID id, c
bRightSizer
->
Add
(
bRightSubSizer
,
1
,
wxEXPAND
,
5
);
bUpperSizer
->
Add
(
bRightSizer
,
1
,
wxALIGN_
CENTER_VERTICA
L
|
wxEXPAND
,
5
);
bUpperSizer
->
Add
(
bRightSizer
,
1
,
wxALIGN_
TOP
|
wxAL
L
|
wxEXPAND
,
5
);
bMainSizer
->
Add
(
bUpperSizer
,
1
,
wxEXPAND
,
5
);
...
...
@@ -115,6 +115,7 @@ DIALOG_FREEROUTE_BASE::DIALOG_FREEROUTE_BASE( wxWindow* parent, wxWindowID id, c
this
->
SetSizer
(
bMainSizer
);
this
->
Layout
();
bMainSizer
->
Fit
(
this
);
// Connect Events
m_ExportDSN
->
Connect
(
wxEVT_COMMAND_BUTTON_CLICKED
,
wxCommandEventHandler
(
DIALOG_FREEROUTE_BASE
::
OnExportButtonClick
),
NULL
,
this
);
...
...
pcbnew/dialog_freeroute_exchange_base.fbp
View file @
d21bf859
This source diff could not be displayed because it is too large. You can
view the blob
instead.
pcbnew/dialog_freeroute_exchange_base.h
View file @
d21bf859
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version
Apr 16
2008)
// C++ code generated with wxFormBuilder (version
Dec 29
2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
@@ -66,7 +66,7 @@ class DIALOG_FREEROUTE_BASE : public wxDialog
public
:
DIALOG_FREEROUTE_BASE
(
wxWindow
*
parent
,
wxWindowID
id
=
wxID_ANY
,
const
wxString
&
title
=
wxEmptyString
,
const
wxPoint
&
pos
=
wxDefaultPosition
,
const
wxSize
&
size
=
wxSize
(
631
,
211
),
long
style
=
wxDEFAULT_DIALOG_STYLE
);
DIALOG_FREEROUTE_BASE
(
wxWindow
*
parent
,
wxWindowID
id
=
wxID_ANY
,
const
wxString
&
title
=
wxEmptyString
,
const
wxPoint
&
pos
=
wxDefaultPosition
,
const
wxSize
&
size
=
wxSize
(
-
1
,
-
1
),
long
style
=
wxDEFAULT_DIALOG_STYLE
|
wxRESIZE_BORDER
);
~
DIALOG_FREEROUTE_BASE
();
};
...
...
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