1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +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

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);
}