Hello,
clusterTabView.setContentPadding(0) could save screen space.

You may also want to set the bar position to save space in the direction you
want tabView.setBarPosition("left") or "top" or "right" or "bottom".

you may think to display icons only on tab view pages.

Regards


johnd wrote:
> 
> I have some nested TabViews.  I am trying to save screen space.   I'd
> like no boarders and no padding.  In the docs it says inset is the sum
> of the padding and border width.  Can I set the border width?
> 
> 
> also, I think I am seeing really odd behavior, here
> 
> if I run this code:
> 
> this.debug('pad: '+clusterTabView.getContentPaddingLeft());
> this.debug('pad: '+clusterTabView.getContentPaddingRight());
> this.debug('pad: '+clusterTabView.getContentPaddingBottom());
> this.debug('pad: '+clusterTabView.getContentPaddingTop());
> it says 0 for all... then if I run this
> 
> 
>   clusterTabView.setContentPadding(0,0,0,0);, it changes the gui, what
> am I missing?
> 
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/boarder-sizes-on-TabView-widget-tp6525718p6525824.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to