RareDevs / Rare

GUI for legendary. An Epic Games Launcher open source alternative
GNU General Public License v3.0
635 stars 21 forks source link

[Feature Request] UI Scaling options/changes via possible QT Libraries update #368

Closed rjbprime closed 5 months ago

rjbprime commented 5 months ago

Is your feature request related to a problem? Please describe.

The ability to scale Rare UI via command-line options, startup parameters, or options in the client, with working results.

Describe the solution you'd like

Opening windows CMD prompt in the installed directory, typing set QT_AUTO_SCREEN_SCALE_FACTOR=0 & set QT_SCALE_FACTOR=0.5 & rare.exe, then having Rare open, should scale the UI (text, pictures, etc.) to 50% size, for those with smaller screens, or those who, like me, are nutjobs with UI settings, and wish to view more content.

Describe alternatives you've considered

I haven't considered any other alternatives.

Additional context

Screenshot of desktop at native 1920x1080, with Rare set to described settings.

RareScalingScreenshot

rjbprime commented 5 months ago

Could also work for #254

loathingKernel commented 5 months ago

QT_SCALE_FACTOR=0.5

Fractional values below 1.0 are not supported by Qt. Qt Widgets themselves don't render correctly for values below 1.0. Nothing we can do about it.

Closing as invalid.