7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:55:30 +00:00

Yet another static line issue.

This commit is contained in:
Jeff Young 2025-03-02 18:42:28 +00:00
parent 559a966ef7
commit 3fc87a841d
2 changed files with 4 additions and 4 deletions

View File

@ -82,10 +82,10 @@ DIALOG_PAD_PROPERTIES_BASE::DIALOG_PAD_PROPERTIES_BASE( wxWindow* parent, wxWind
gbSizerCommon->AddGrowableCol( 1 );
gbSizerCommon->AddGrowableCol( 4 );
m_LeftBoxSizer->Add( gbSizerCommon, 0, wxEXPAND, 5 );
m_LeftBoxSizer->Add( gbSizerCommon, 0, wxEXPAND|wxBOTTOM, 5 );
m_staticline5 = new wxStaticLine( m_panelGeneral, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
m_LeftBoxSizer->Add( m_staticline5, 0, wxEXPAND|wxTOP|wxBOTTOM, 12 );
m_LeftBoxSizer->Add( m_staticline5, 0, wxEXPAND|wxTOP|wxBOTTOM, 7 );
m_padstackControls = new wxBoxSizer( wxHORIZONTAL );

View File

@ -205,7 +205,7 @@
<property name="permission">protected</property>
<object class="sizeritem" expanded="true">
<property name="border">5</property>
<property name="flag">wxEXPAND</property>
<property name="flag">wxEXPAND|wxBOTTOM</property>
<property name="proportion">0</property>
<object class="wxGridBagSizer" expanded="false">
<property name="empty_cell_size"></property>
@ -1016,7 +1016,7 @@
</object>
</object>
<object class="sizeritem" expanded="false">
<property name="border">12</property>
<property name="border">7</property>
<property name="flag">wxEXPAND|wxTOP|wxBOTTOM</property>
<property name="proportion">0</property>
<object class="wxStaticLine" expanded="false">