wizard - do not set scale to 1.2 forcibly. use dpi as the def prof says

the default profiel is configureed to use dpi to scale. if dpi goes up
so does wizard scaling. setitng to 1.2 forcibly is just wrong. imagine
a uhd screen thats 13" or imagine an 8k display... at least if dpi can
be read correctly things work out find. think the base dpi of 90 is
too high - then adjust that in profile... but not in wizard code.

this has been here a while and i always thought this scaling bumping
was a dpi effect. it wasnt. it was hardcoded. bad bad.

@fix.
This commit is contained in:
Carsten Haitzler 2016-11-16 11:25:11 +09:00
parent 573035e262
commit c3ec526cec
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ e_modapi_init(E_Module *m)
wiz_module = m;
e_wizard_init();
e_config->scale.use_dpi = 0;
e_config->scale.use_custom = 1;
e_config->scale.factor = 1.2;
e_scale_update();
src_path = getenv("E_MODULE_SRC_PATH");
if (src_path)
snprintf(buf, sizeof(buf), "%s/.libs", e_module_dir_get(m));