1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-13 13:18:43 +02:00

Update launcher/settingsView/csettingsview_moc.cpp

This commit is contained in:
Ivan Savenko 2024-10-27 21:17:46 +02:00 committed by GitHub
parent 2480c4eae7
commit 10b411aa68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -845,7 +845,6 @@ void CSettingsView::on_buttonScalingAuto_toggled(bool checked)
else
{
ui->spinBoxInterfaceScaling->show();
ui->spinBoxInterfaceScaling->setDisabled(false);
ui->spinBoxInterfaceScaling->setValue(100);
}