quote:
Originally posted by Willz
quote:
Originally posted by vaccination
Nice job, but is there any way to make search bar area transparent like you've done on menubar in '8.5 style dashboard'.
and do simlair thing for the 9.0 dashboard? Also, On 9.0 dashboard, is there a way for you to lengthen the area for the name? Currently my name will be truncated even though there's loads of space next to it. (if you need SS/more detail ask ;o)
Nah I can't do it because the search bar isn't its own element that I can move around in 923 like the mail buttons etc. Its part of the 1001 container which contains the entire contact list.
If I try to do the same dashboard effect for this it will just stretch the scene from top to bottom and that will just look dodgy since a scene is only 640x320.
As for the more characters thing in the 9 dashboard, what defines that is that amount of buttons you have on the right of it. Since the layout goes DP | Name | Buttons. The dp and buttons area are constrained to their original sizes whilst the name area is stretched to whatever area is left. If the word doesn't fit it will wrap the text automatically.
So yeah you can't really extend how long is properly since its automatically done. The only thing you can do is hide more buttons or remove a bit of padding or even make the buttons themselves a bit smaller. Either that or remove word wrapping (not actually sure if that is even a property anymore). Its not really an easy issue to overcome.
Ah I see, thanks for the info <3