-
6 Nov 2011 5:54 AM #1
Answered: Align the text of the toolbar buttons below the icon
Answered: Align the text of the toolbar buttons below the icon
Im trying to put the text of the toolbar buttons below the icon, like the tabbar. I was trying to comparing both styles to make it similar. But I not get it working.
I have my own scss style. I've done other modifications without problems, color changing, sizes, and other so simple. But with this I can't get it.
Anybody knows how can I change the text align?
Greetings.
-
Best Answer Posted by SunboX
You can set it with iconAlign config parameter. But if you set iconAlign parameter, nothing will happen because of this bug:
http://www.sencha.com/forum/showthre...r-did-not-work
greetings Sunny
-
6 Nov 2011 12:57 PM #2
You can set it with iconAlign config parameter. But if you set iconAlign parameter, nothing will happen because of this bug:
http://www.sencha.com/forum/showthre...r-did-not-work
greetings Sunny
-
6 Nov 2011 3:27 PM #3
Damn! lot of time wasted for this.
Lot of thanks for the details. I've solved it adding the config
to the buttons.Code:cls: 'x-iconalign-bottom',
Greetings.


Reply With Quote