Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rjbprime opened this issue Jan 21, 2024 · 2 comments
Closed
Labels
feature-request New feature or request invalid This doesn't seem right

Comments

@rjbprime
Copy link

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 rjbprime added the feature-request New feature or request label Jan 21, 2024
@rjbprime
Copy link
Author

Could also work for #254

@loathingKernel
Copy link
Contributor

loathingKernel commented Jan 21, 2024

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.

@loathingKernel loathingKernel added the invalid This doesn't seem right label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants