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

Menu application title max length #1247

Closed
bimsebasse opened this issue Oct 3, 2012 · 3 comments
Closed

Menu application title max length #1247

bimsebasse opened this issue Oct 3, 2012 · 3 comments

Comments

@bimsebasse
Copy link
Contributor

Some applications get long titles in the menu and the menu currently doesn't handle those too well:

http://i.imgur.com/73nKh.jpg

The text and the highlighting box is cut off. Could the menu be made to automatically shorten long titles? Something like

"Very long application title taking up too m...."

instead of

"Very long application title taking up too much spa[CLIP]

... and have a fixed width box (tried adding max-width in the theme, doesn't seem to work) so the two rounded corners on the right in the highlight box aren't cut off?

@mtwebster
Copy link
Member

Weird - it should be making the menu as wide as necessary to accomodate the longest title - otherwise the menu would be constantly resizing as you change categories - but I see it's not doing that, or at least it's hitting some sort of limit.

@mtwebster
Copy link
Member

So, it's the scrollbar that's cutting off the app title - we could maybe force extra allocation to always account for a scroll bar: Like this

@bimsebasse
Copy link
Contributor Author

If titles that long were common, having a fixed width application box would probably be the way to go, a lot of empty space in that menu :o)

Looks like it sorts it, all good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants