darklinkpower / Mythic

Theme inspired by Epic Games Launcher for Playnite Desktop Mode.
MIT License
31 stars 5 forks source link

Word wrapping in grid mode when name is displayed under cover #9

Open 0-Hex opened 1 year ago

0-Hex commented 1 year ago

Feature Description

Just a small thing that bothers me as I prefer full names to be displayed when display name of grid is enabled... Not sure how to handle it on mythic or I would of done it myself, it wasn't the same as editing in DH_night's name style

Screenshots

No response Screenshot 2022-12-01 142311 Screenshot 2022-12-01 142418

darklinkpower commented 1 year ago

This is complicated to change. The reason is that it's not only a matter of changing the game name text wrapping, it also requires changes to the game item layout. Currently the game name and its border are outside of the one that contains the game cover and other elements and what you propose requires moving inside it, which means layout changes, all while making sure everything still works correctly, like banners, dropshadow effect, elements inside the cover container, rounded corners, etc.

I'll need see if it's feasible to implement and make it available as a ThemeModifier option.