Hi Narven,

Yesterday Narven wrote:

> Hi,
>
> How can i align all buttons in a toolbar to X center?
>
>
> ======== ICON ICON ICON ICON ========
>
> instead of
>
> ICON ICON ICON ICON ================
>

call

toolbar.addSpacer();

before doing any

toolbar.add(...);

and when you are done, again

toolbar.addSpacer();


cheers
tobi

ps my recepy for success when designing my interfaces: look for
good examles in existing well known applications.

>
>
> thanks
>
> -----
> there's something about the web...
> http://www.narvenblog.com
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/buttons-in-toolbar-align-to-center-tp6493058p6493058.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch t...@oetiker.ch ++41 62 775 9902 / sb: -9900

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to