Commit b05d7cdf authored by Antoine Cellerier's avatar Antoine Cellerier

looks nicer this way

parent c12ab4a4
......@@ -220,6 +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->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