small GUI improvement
This commit is contained in:
parent
db19ed48bc
commit
c52b5d5ef4
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
// sound card buffer size
|
// sound card buffer size
|
||||||
SliderSndCrdBufferDelay->setRange ( 0,
|
SliderSndCrdBufferDelay->setRange ( 0,
|
||||||
CSndCrdBufferSizes::GetNumOfBufferSizes() - 1 );
|
CSndCrdBufferSizes::GetNumOfBufferSizes() - 1 );
|
||||||
|
SliderSndCrdBufferDelay->setPageStep ( 1 ); // improves setting with a mouse click
|
||||||
|
|
||||||
// init combo box containing all available sound cards in the system
|
// init combo box containing all available sound cards in the system
|
||||||
cbSoundcard->clear();
|
cbSoundcard->clear();
|
||||||
|
|
Loading…
Reference in a new issue