cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
355 stars 94 forks source link

Buttons at top of Favorite Filters too small on 4k display at 175% #335

Closed ReggThims closed 2 years ago

ReggThims commented 4 years ago

As ever, many thanks for this great/useful/more superlatives... tool. There are 3 buttons with text far too small to read at the top of the Favorite Filters page. I'm sure these are just fine on a standard monitor... It may be that the font used is OK and the problem is just that the button height has not been scaled.

image

roman380 commented 4 years ago

You can have a fix for this by altering Windows scaling behavior.

Open properties for GSN executable.

"Change high DPI settings" button here:

image

Check "High DPI scaling override", and selected "System (Enhanced)" here:

image

Have fun:

image

ReggThims commented 4 years ago

I should have thought of that... thanks.

roman380 commented 4 years ago

The question overall makes sense and the app could have taken care of scaling. But... someone needs to put effort into all this, and before this is done the scaling override is of great help.

ReggThims commented 4 years ago

Yes; I have spent hours working over a large MFC application to make it look pretty on 4K with multiple screens all set to different scales. It's a lot of (tedious) work.