taiga icon indicating copy to clipboard operation
taiga copied to clipboard

Sizes of UI elements are chaotically different

Open NaruZosa opened this issue 4 years ago • 1 comments

Example screenshot: image The search bar text is a lot bigger than the anime titles, and the File etc menu options seem to take up twice the space they should.

Additionally, the progress bars don't seem to be showing.

This is on a 4k monitor at 150% scale & layout.

Here's a screenshot of how it looks in the latest stable for comparison (which for some reason, isn't showing the progress bars either at the moment): image In the stable, everything seems to be more or less the same size.

NaruZosa avatar Jul 09 '21 11:07 NaruZosa

This is likely due to ebd6637885b53d6f41324b4255eb4c6843218019.

Note to self: We might need to use the new GetDpiForWindow function instead of GetDeviceCaps. See: https://mariusbancila.ro/blog/2021/05/19/how-to-build-high-dpi-aware-native-desktop-applications/

erengy avatar Oct 08 '21 10:10 erengy