Hi Fritz, I'd guess you're looking for win.setContentPadding(0);
HTH, greetings, Stefan On 11.01.2010 22:17, Fritz Zaucker wrote: > Hi, > > I am trying to put something into a qx.ui.window.Window and can't get rid of > the padding: > > http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22var%2520win%2520%253D%2520new%2520qx.ui.window.Window%28%29%253B%250Awin.setLayout%28new%2520qx.ui.layout.VBox%280%29%29%253B%250Awin.set%28%257Bheight%253A300%252C%2520width%253A300%252C%2520padding%253A0%257D%29%253B%250Avar%2520hbox1%2520%253D%2520new%2520qx.ui.container.Composite%28new%2520qx.ui.layout.HBox%28%29%29%253B%250Ahbox1.set%28%257BbackgroundColor%253A%2520%27red%27%252C%2520padding%253A0%252C%2520margin%253A%25200%257D%29%253B%250A%250A%252F%252F%2520Document%2520is%2520the%2520application%2520root%250Avar%2520doc%2520%253D%2520this.getRoot%28%29%253B%250A%250Adoc.add%28win%29%253B%250Awin.add%28hbox1%252C%2520%257Bflex%253A1%257D%29%253B%250Awin.open%28%29%253B%250A%250A%22%7D > > I'd like the hbox1 to extend all the way to the border of the window. > > Thanks and best regards, > Fritz > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
