Caleydo / caleydo

Caleydo - Visualization for Molecular Biology
http://caleydo.org
BSD 3-Clause "New" or "Revised" License
58 stars 14 forks source link

default scaling factor for Mac needs to be increased #1484

Closed ngehlenborg closed 11 years ago

ngehlenborg commented 11 years ago

Since users will typically not be aware of the scaling settings in the preferences we need to have a better default, the current one is too small.

I don't know what the correct setting would be, but the slider position in the second screenshot should give you an idea.

It might also be nice to have a text field to enter the exact scaling factor (or at least a numeric representation next to the slider) to restore a particular setting, e.g. for taking screenshots.

screen shot 2013-07-15 at 10 12 35 am screen shot 2013-07-15 at 10 12 59 am

alexsb commented 11 years ago

On Linux it's the other way around, it needs to be decreased.

default_scaling

sgratzl commented 11 years ago

the reason for both observations is that the default scaling is depending on the reported DPI: Display.getDPI()

That means in @alexsb case it claims to have a too high DPI, this is also the reason why the splash screen looks so weird on this machine -> it should print in the console something with: DPI: Point

In @ngehlenborg case, as already pointed out in the previous ticket, the mac swt always returns 72 DPI regardless of the current real DPI.

sgratzl commented 11 years ago

on the mac I now assume a 96 dpi resolution (which is wrong btw. but will reproduce the old results)