Browse Source

Fix a minor cosmetic issue in dialog edit libentry fields

pull/3/merge
jean-pierre charras 9 years ago
parent
commit
3bf1717002
  1. 2
      eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp
  2. 2
      eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.fbp

2
eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp

@ -38,7 +38,7 @@ DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE::DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE
moveUpButton = new wxButton( this, wxID_ANY, _("Move Up"), wxDefaultPosition, wxDefaultSize, 0 );
moveUpButton->SetToolTip( _("Move the selected optional fields up one position") );
bSizerFiledsList->Add( moveUpButton, 0, wxALL|wxEXPAND, 5 );
bSizerFiledsList->Add( moveUpButton, 0, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );
m_spiceFieldsButton = new wxButton( this, wxID_ANY, _("Edit Spice model"), wxDefaultPosition, wxDefaultSize, 0 );
bSizerFiledsList->Add( m_spiceFieldsButton, 0, wxALL|wxEXPAND, 5 );

2
eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.fbp

@ -394,7 +394,7 @@
</object>
<object class="sizeritem" expanded="0">
<property name="border">5</property>
<property name="flag">wxALL|wxEXPAND</property>
<property name="flag">wxEXPAND|wxTOP|wxRIGHT|wxLEFT</property>
<property name="proportion">0</property>
<object class="wxButton" expanded="0">
<property name="BottomDockable">1</property>

Loading…
Cancel
Save