Change audio latency setting to a wxSpinCtrl, fixes layout problem on linux.

This commit is contained in:
Jordan Woyak
2013-01-15 19:56:08 -06:00
parent 7d11f8cedd
commit 6612763a9a
2 changed files with 13 additions and 18 deletions

View File

@ -159,8 +159,7 @@ private:
wxCheckBox* DPL2Decoder;
wxArrayString wxArrayBackends;
wxChoice* BackendSelection;
wxSlider* LatencySlider;
wxStaticText* LatencyText;
wxSpinCtrl* Latency;
// Interface
wxCheckBox* ConfirmStop;