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
7c87086f
Commit
7c87086f
authored
Apr 18, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eeschema: enhanced Pin editor dialog: minor change.
parent
135a6274
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
dialog_lib_edit_pin_base.cpp
eeschema/dialogs/dialog_lib_edit_pin_base.cpp
+2
-0
dialog_lib_edit_pin_base.fbp
eeschema/dialogs/dialog_lib_edit_pin_base.fbp
+1
-1
No files found.
eeschema/dialogs/dialog_lib_edit_pin_base.cpp
View file @
7c87086f
...
...
@@ -144,6 +144,8 @@ DIALOG_LIB_EDIT_PIN_BASE::DIALOG_LIB_EDIT_PIN_BASE( wxWindow* parent, wxWindowID
bRightSizer
->
Add
(
fgSizerTextsSizes
,
0
,
wxALL
|
wxEXPAND
,
5
);
m_panelShowPin
=
new
wxPanel
(
this
,
wxID_ANY
,
wxDefaultPosition
,
wxDefaultSize
,
wxFULL_REPAINT_ON_RESIZE
|
wxSUNKEN_BORDER
|
wxTAB_TRAVERSAL
);
m_panelShowPin
->
SetMinSize
(
wxSize
(
150
,
150
)
);
bRightSizer
->
Add
(
m_panelShowPin
,
1
,
wxEXPAND
|
wxALL
,
5
);
bUpperSizer
->
Add
(
bRightSizer
,
1
,
wxEXPAND
|
wxRIGHT
,
5
);
...
...
eeschema/dialogs/dialog_lib_edit_pin_base.fbp
View file @
7c87086f
...
...
@@ -2129,7 +2129,7 @@
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"minimize_button"
>
0
</property>
<property
name=
"minimum_size"
></property>
<property
name=
"minimum_size"
>
150,150
</property>
<property
name=
"moveable"
>
1
</property>
<property
name=
"name"
>
m_panelShowPin
</property>
<property
name=
"pane_border"
>
1
</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