Commit dca021c1 authored by Antoine Cellerier's avatar Antoine Cellerier

this looks better (thanks to Dnumgis for noticing)

parent 07b5873d
......@@ -220,7 +220,7 @@ InputStatsInfoPanel::InputStatsInfoPanel( intf_thread_t *_p_intf,
audio_sizer->Layout();
audio_bsizer->Add( audio_sizer, 0, wxALL | wxGROW, 5 );
audio_bsizer->Layout();
sizer->Add( NULL , 0, wxALL| wxGROW, 5 );
sizer->AddSpacer( 0 );
sizer->Add( audio_bsizer , 0, wxALL| wxGROW, 5 );
sizer->Layout();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment