Libation icon indicating copy to clipboard operation
Libation copied to clipboard

Not sure if a bug or request, but use the User Interface Scale in Display setting for the display

Open wdhaun opened this issue 1 year ago • 5 comments

Is your feature request related to a problem? Please describe. I have a laptop connected to a 65" TV running 3840 x 2160 resolution. Because it is such a big display, I have the User Interface Scale set to 200%. This is one of the few applications that does not honor that scale. I have get right up to it the be able to read anything in your program.

20240409_214842

This is what I see.

20240409_215613

Describe the solution you'd like Scale the text in your program to the User Interface Scale in the Display settings.

Describe alternatives you've considered Possibly have some option in setting to scale ALL text in your program to something that is more easily readable.

Additional context Add any other context or screenshots about the feature request here.

wdhaun avatar Apr 10 '24 03:04 wdhaun

You can adjust display size in the settings here. image

CLHatch avatar Apr 10 '24 03:04 CLHatch

I found that after I made my post, but it doesn't effect the menu and the right side files that are being converted

wdhaun avatar Apr 10 '24 04:04 wdhaun

From a quick glance at the code it looks like this project uses the Avalonia UI framework. From peeking at their issues it looks like this is related to what you're describing: https://github.com/AvaloniaUI/Avalonia/issues/9390.

The scaling problem is therefore issue with that framework and not with Libation itself, so we will probably have to wait for it to be fixed over there for Libation to be able to honor OS text scaling.

In the meantime I agree that an option to change all the text in the app would be a nice workaround.

emilknievel avatar Apr 13 '24 11:04 emilknievel

I found that after I made my post, but it doesn't effect the menu and the right side files that are being converted

IIRC, the "Classic" version of Libation respects the Windows scaling, so might give that a shot. I'm not for sure on this though, because I use "Chardonnay" myself, I just like the look of it better.

CLHatch avatar Apr 13 '24 15:04 CLHatch