Browse Source

Minor dialog spacing issue.

6.0.7
Jeff Young 4 years ago
parent
commit
5507230b9b
  1. 4
      eeschema/dialogs/dialog_bom_base.cpp
  2. 6
      eeschema/dialogs/dialog_bom_base.fbp

4
eeschema/dialogs/dialog_bom_base.cpp

@ -115,7 +115,7 @@ DIALOG_BOM_BASE::DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id, const wxStrin
m_buttonReset = new wxButton( this, wxID_ANY, _("Reset to Defaults"), wxDefaultPosition, wxDefaultSize, 0 );
m_buttonReset->SetToolTip( _("Reset the list of BOM generator scripts to the default settings") );
bSizer8->Add( m_buttonReset, 0, wxALL, 5 );
bSizer8->Add( m_buttonReset, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 10 );
bSizer8->Add( 0, 0, 1, wxEXPAND, 5 );
@ -132,7 +132,7 @@ DIALOG_BOM_BASE::DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id, const wxStrin
bSizer8->Add( m_sdbSizer, 0, wxEXPAND|wxALL, 5 );
bMainSizer->Add( bSizer8, 0, wxEXPAND, 5 );
bMainSizer->Add( bSizer8, 0, wxEXPAND|wxLEFT, 5 );
this->SetSizer( bMainSizer );

6
eeschema/dialogs/dialog_bom_base.fbp

@ -920,7 +920,7 @@
</object>
<object class="sizeritem" expanded="1">
<property name="border">5</property>
<property name="flag">wxEXPAND</property>
<property name="flag">wxEXPAND|wxLEFT</property>
<property name="proportion">0</property>
<object class="wxBoxSizer" expanded="1">
<property name="minimum_size"></property>
@ -928,8 +928,8 @@
<property name="orient">wxHORIZONTAL</property>
<property name="permission">none</property>
<object class="sizeritem" expanded="1">
<property name="border">5</property>
<property name="flag">wxALL</property>
<property name="border">10</property>
<property name="flag">wxALIGN_CENTER_VERTICAL|wxLEFT</property>
<property name="proportion">0</property>
<object class="wxButton" expanded="1">
<property name="BottomDockable">1</property>

Loading…
Cancel
Save