Hi Bruce,

a similar question was just recently asked regarding 
qx.ui.window.Window, and the solution here could be similar too:

myTabView.setContentPadding(0);
sets the padding of the content page. A tiny white border remained when 
I tried this in playground, and I wasn't able to remove it using a 
custom decorator on a page, so this may be hard coded / theme dependent.

BUT then I tried negative values on the contentPadding property 
successfully;
setContentPadding(-3) did it in my setup. Don't know if this approach - 
negative padding value - is legal and stable, so it would be nice if 
some more experienced or core developer would comment.

HTH,

greetings
Stefan

On 20.01.2010 19:23, Bruce Bockius wrote:
> Is there a way to set the color of the white regions in the attached
> image, in a TabView (or Page)?
>
> The green shaded area is controlled by the TabView's backgroundColor,
> and the red area by the Page's backgroundColor, but it isn't clear to me
> how to control the white area.
>
> Thanks!
>
> -Bruce


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to