disabled non client dpi scaling until issue is fixed

This commit is contained in:
fourtf
2017-12-18 02:47:01 +01:00
parent 929552f74d
commit cca065f0f9
7 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ SettingsDialog::SettingsDialog()
this->addTabs();
this->dpiMultiplyerChanged(this->getDpiMultiplier(), this->getDpiMultiplier());
this->dpiMultiplierChanged(this->getDpiMultiplier(), this->getDpiMultiplier());
}
void SettingsDialog::addTabs()
@@ -608,7 +608,7 @@ void SettingsDialog::showDialog()
instance->setFocus();
}
void SettingsDialog::dpiMultiplyerChanged(float oldDpi, float newDpi)
void SettingsDialog::dpiMultiplierChanged(float oldDpi, float newDpi)
{
QFile file(":/qss/settings.qss");
file.open(QFile::ReadOnly);