Consistent spacing.
This commit is contained in:
@@ -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 );
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user