xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
219 stars 104 forks source link

Improvement: limit font scaling for more consistent look #1084

Closed wutschel closed 2 weeks ago

wutschel commented 3 months ago

Description

Closes https://github.com/xbmc/Official-Kodi-Remote-iOS/issues/1012.

Use minimumScaleFactor 1.0 if no scaling desired. Use 0.9 as default where different font sizes might disturb, e.g. for library/playlist views. Use 0.8 where different font sizes are not that disturbing.

Screenshots (left = before, right = new) Bildschirmfoto-2024-06-23-um-17-30-20

Summary for release notes

Improvement: limit font scaling for more consistent look

wutschel commented 3 months ago

Needs to be rebase after #1087 was merged.