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
f7009397
Commit
f7009397
authored
Jun 28, 2011
by
Andrey Fedorushkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eeschema: fix limit number of units in libedit
parent
e737a308
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dialog_edit_component_in_lib_base.cpp
eeschema/dialogs/dialog_edit_component_in_lib_base.cpp
+1
-1
dialog_edit_component_in_lib_base.fbp
eeschema/dialogs/dialog_edit_component_in_lib_base.fbp
+1
-1
No files found.
eeschema/dialogs/dialog_edit_component_in_lib_base.cpp
View file @
f7009397
...
@@ -64,7 +64,7 @@ DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE::DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE( wx
...
@@ -64,7 +64,7 @@ DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE::DIALOG_EDIT_COMPONENT_IN_LIBRARY_BASE( wx
bSizernbunits
->
Add
(
m_staticTextNbUnits
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
5
);
bSizernbunits
->
Add
(
m_staticTextNbUnits
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
5
);
m_SelNumberOfUnits
=
new
wxSpinCtrl
(
m_PanelBasic
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxSP_ARROW_KEYS
,
1
,
1
6
,
1
);
m_SelNumberOfUnits
=
new
wxSpinCtrl
(
m_PanelBasic
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxSP_ARROW_KEYS
,
1
,
2
6
,
1
);
bSizernbunits
->
Add
(
m_SelNumberOfUnits
,
0
,
wxBOTTOM
|
wxRIGHT
|
wxLEFT
|
wxEXPAND
,
5
);
bSizernbunits
->
Add
(
m_SelNumberOfUnits
,
0
,
wxBOTTOM
|
wxRIGHT
|
wxLEFT
|
wxEXPAND
,
5
);
bSizerMidBasicPanel
->
Add
(
bSizernbunits
,
1
,
wxEXPAND
,
5
);
bSizerMidBasicPanel
->
Add
(
bSizernbunits
,
1
,
wxEXPAND
,
5
);
...
...
eeschema/dialogs/dialog_edit_component_in_lib_base.fbp
View file @
f7009397
...
@@ -579,7 +579,7 @@
...
@@ -579,7 +579,7 @@
<property
name=
"hidden"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"initial"
>
1
</property>
<property
name=
"initial"
>
1
</property>
<property
name=
"max"
>
1
6
</property>
<property
name=
"max"
>
2
6
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maximum_size"
></property>
<property
name=
"min"
>
1
</property>
<property
name=
"min"
>
1
</property>
<property
name=
"minimum_size"
></property>
<property
name=
"minimum_size"
></property>
...
...
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