1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
tux3 2015-11-08 12:36:18 +01:00
parent 1b0d3797b1
commit 9d527e7edd
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -404,4 +404,6 @@ void AVForm::killVideoSurface()
void AVForm::retranslateUi()
{
bodyUI->retranslateUi(this);
bodyUI->playbackMax->setText(QString::number(bodyUI->playbackSlider->value()));
bodyUI->microphoneMax->setText(QString::number(bodyUI->microphoneSlider->value()));
}