Please try to remove the min- width and height. Do this by: yourWindow.setMinWidth(null); yourWindow.setMinHeight(null);
Normally windows try to be at least as big as the content needs it. Sebastian Marco Emiliozzi schrieb: > Experimenting with Qooxdoo I haven’t found a way to let a window be > smaller than its content. Seems like I can’t make them smaller by resize > in any way and as I put a children in the window auto-resizes to contain > it. In the application I am developing I need to “turn off” this kind of > auto-resize, keeping the dimension of windows as the user likes and not > adapting it to the content. > > Anyone got a clue? Did I miss something? > > > > Thanks in advance for any help. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
