Consistent spacing.

This commit is contained in:
Jeff Young
2025-03-01 21:58:31 +00:00
parent 547a063981
commit ef75f63f10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ PANEL_JOBSET_BASE::PANEL_JOBSET_BASE( wxWindow* parent, wxWindowID id, const wxP
m_outputList->SetSizer( m_outputListSizer );
m_outputList->Layout();
m_outputListSizer->Fit( m_outputList );
sbOutputs->Add( m_outputList, 1, wxEXPAND|wxALL, 0 );
sbOutputs->Add( m_outputList, 1, wxEXPAND, 0 );
wxBoxSizer* bOutputButtons;
bOutputButtons = new wxBoxSizer( wxHORIZONTAL );
+1 -1
View File
@@ -519,7 +519,7 @@
<property name="permission">none</property>
<object class="sizeritem" expanded="true">
<property name="border">0</property>
<property name="flag">wxEXPAND|wxALL</property>
<property name="flag">wxEXPAND</property>
<property name="proportion">1</property>
<object class="wxScrolledWindow" expanded="true">
<property name="BottomDockable">1</property>