FedoraQt / adwaita-qt

A style to bend Qt applications to look like they belong into GNOME Shell
Other
488 stars 48 forks source link

Turning on "big text" option from Accessibility preferences on Gnome doesn't have any effect on Wayland #97

Open pacho2 opened 7 years ago

pacho2 commented 7 years ago

Hello I enable "big text" from Accessibility Gnome 3.22 utils on my laptop to try to read better the letters on my FullHD screen.

The problem is that, as you can see in attached screenshot, letters look nice with native GTK apps and also with QT apps when default theming was used, but when I install adwaita-qt5 and get it used with qgnomeplatform, letters are far too big compared with the native apps I am using adwaita-qt-1.0, qgnomeplatform-0.3, gtk+-3.22 and qt-5.7 captura de pantalla de 2017-07-21 10-35-56

Thanks a lot

pacho2 commented 7 years ago

This could be a duplicate of https://github.com/MartinBriza/QGnomePlatform/issues/24 because "big text" Accessibility setting on Gnome plays with DPI scaling

MartinBriza commented 7 years ago

We're trying to get this fixed and it's actually a pretty big deal to do it right. Qt font scaling seems to work in a different manner than font scaling in GTK+ which makes it hard to convert the font sizes.

grulja commented 4 years ago

I just tested to enable "big text" and on Wayland it didn't seem to have any effect, while on X11 it seems to work correctly.