plaidman / retromega-next

Other
35 stars 13 forks source link

Scaling theme to 1080p #2

Closed dontblush closed 2 years ago

dontblush commented 2 years ago

I'm using this theme on the PC, I was wondering how to scale it to 1080p

plaidman commented 2 years ago

This theme was designed for handheld devices, so when it scales to higher resolutions, the font increases size too - since typically the screen sizes are still small. If you're looking to make the font smaller to look better on larger screens, this will require some code modification. I will add a todo item for the next release to add a small font setting option.

plaidman commented 2 years ago

If you don't want to wait for an update, you can change this line and this line to root.height * 0.065 and change this line to gamesListView.height * 0.06. Then everything will automatically scale to those new heights and everything will be about half as big.

dontblush commented 2 years ago

Thx for the reply, I'll tinker with the lines you mentioned but I will also wait for the update

plaidman commented 2 years ago

just to follow up on this, the most recent update includes an option to switch to a smaller font size for larger screens.