mirror of https://github.com/procxx/kepka.git
scale to dbisOne in retina
This commit is contained in:
parent
a8e9c1b9e2
commit
a378172775
|
@ -127,6 +127,8 @@ Application::Application(int &argc, char **argv) : PsApplication(argc, argv),
|
||||||
cSetRetina(true);
|
cSetRetina(true);
|
||||||
cSetRetinaFactor(devicePixelRatio());
|
cSetRetinaFactor(devicePixelRatio());
|
||||||
cSetIntRetinaFactor(int32(cRetinaFactor()));
|
cSetIntRetinaFactor(int32(cRetinaFactor()));
|
||||||
|
cSetConfigScale(dbisOne);
|
||||||
|
cSetRealScale(dbisOne);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cLang() < languageTest) {
|
if (cLang() < languageTest) {
|
||||||
|
|
Loading…
Reference in New Issue