Commit 7c87086f authored by jean-pierre charras's avatar jean-pierre charras
Browse files

Eeschema: enhanced Pin editor dialog: minor change.

parent 135a6274
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 );
+1 −1
Original line number Diff line number Diff line
@@ -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>