KDAB / Charm

The Cross-Platform Time Tracker
GNU General Public License v2.0
194 stars 70 forks source link

Problems with HiDPI screens #269

Open tilladam opened 8 years ago

tilladam commented 8 years ago

Several dialogs have issues with HiDPI screens. The fontsizes are tiny, depending on what kind of screen the main window is currently on. It would be great if the timesheet preview retained zoom level, as it resets everytime one clicks update, making the problem of the initially tiny font size worse.

frankosterfeld commented 8 years ago

Which OS is that?

tilladam commented 8 years ago

Windows 10.

frankosterfeld commented 8 years ago

Turned out to be a Qt4-based installation, please create more specific issues if there's something remaining with 1.10.0 or newer.

TheOneRing commented 8 years ago

quick 29 With Qt 5.6

frankosterfeld commented 8 years ago

@TheOneRing Is that in a mixed setup (one screen hidpi, one not)? was Charm started on the hidpi screen, or moved over?

TheOneRing commented 8 years ago

No charm was just started and no external screen was attached since the last boot. When I connect a second screen wich is not using dpi scaling I get even worse (random) results.

TheOneRing commented 8 years ago

While it fixed the main problem it introduced some new.

sketch
TheOneRing commented 8 years ago

quick 35

TheOneRing commented 8 years ago

It looks much better with -style fusion so I guess the windows style isn't HiDPI ready....

While the new issues may be annoying the event editor got readable by this commit, so I think we gained much.