nadrino / SimpleModManager

SimpleModManager is an homebrew app for the Nintendo Switch
GNU General Public License v3.0
326 stars 12 forks source link

Mod titles are cut off when too long #11

Closed pixeltester closed 2 years ago

pixeltester commented 4 years ago

If the title of the mod is too long for the horizontal screen space it gets cut off, is it possible to make the text scroll in this case?

Maybe your GUI will take care of the issue?

nadrino commented 4 years ago

Exactly, the GUI is automatically taking care of this! It's a bit more complicated to implement it in the console mode.

pixeltester commented 4 years ago

It looks like it's actually worse with the new GUI because we can no longer see the status as seen in your screenshot:

https://raw.githubusercontent.com/nadrino/SimpleModManager/master/screenshots/2.jpg

Also it's affecting game titles especially if you include the titleid in the title.

Perhaps a smaller font or some kind of 'slim' layout can fix it?

pixeltester commented 3 years ago

Just wanted to suggest to have a look at https://github.com/masagrator/ReverseNX-Tool/compare/3.0.1...master for a temporary solution for the title cut offs in the GUI version, as it seems the fix is taking forever to be implemented in Borealis.

It's doing two things:

  1. Some text scaling
  2. It has an option to hide the left menu tab: https://raw.githubusercontent.com/masagrator/ReverseNX-Tool/master/docs/Screen1.jpg
nadrino commented 3 years ago

Intersting! I will take a look on how to implement that!