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
bd5018dd
Commit
bd5018dd
authored
Dec 21, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
native property, new layer select panel
parent
bec48d8a
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
295 additions
and
1 deletion
+295
-1
dialog_layers_setup.cpp
pcbnew/dialog_layers_setup.cpp
+1
-1
panel_layer_select.fbp
pcbnew/panel_layer_select.fbp
+294
-0
No files found.
pcbnew/dialog_layers_setup.cpp
View file @
bd5018dd
...
...
@@ -263,7 +263,7 @@ DIALOG_LAYERS_SETUP::DIALOG_LAYERS_SETUP( WinEDA_PcbFrame* parent ) :
// these 3 controls are handled outside wxformbuilder so that we can add
// them without a sizer. Then we position them manually based on the column
// widths from m_LayerListFexGridSizer->GetColWidths()
// widths from m_LayerListF
l
exGridSizer->GetColWidths()
m_NameStaticText
=
new
wxStaticText
(
m_TitlePanel
,
wxID_ANY
,
_
(
"Name"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_EnabledStaticText
=
new
wxStaticText
(
m_TitlePanel
,
wxID_ANY
,
_
(
"Enabled"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
...
...
pcbnew/panel_layer_select.fbp
0 → 100644
View file @
bd5018dd
This diff is collapsed.
Click to expand it.
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