Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
310 stars 134 forks source link

The font size too small #793

Open llinlluo opened 3 months ago

llinlluo commented 3 months ago

The font size of the text in some parts of the software is so small that it's completely unreadable, is it possible to resize the characters? 屏幕截图 2024-03-31 154412

matty0ung commented 3 months ago

Sorry to hear you're having problems. I will have a look at this. A couple of questions to help with disgnostics:

We had a few issues with high DPI displays, which I thought I had mostly had fixed. At least, it looks fine on my HDPI Linux display. But maybe there are some other tweaks needed for Windows.

Normally the text circled in the picture is the same size as most of the other text on the screen. For some reason it must either be picking up a different font size or the font sizes are specified in different ways in different places. (We're trying to get away from specifying things in pixels, as that's going to look wrong somewhere, depending on the resolution of the monitor.)