On Fri, Sep 29, 2000 at 04:51:26PM +0100, David Faure wrote: Hi, > Ah ok, I can tell you what happened recently then : > I fixed KToolbar so that it obeys this flag ;-) > It used to ignore it completely. oups ;) > I'm afraid any strange behaviour you see is a QMainWindow/QToolbar problem > though, since we let Qt handle all this toolbar-moving-stuff. > If you can reproduce it with a basic qmainwindow program, report to qt-bugs. yes, I can (examples/application/) setOpaqueMoving( true ); setHorizontalStretchable( true ); setVerticalStretchable( true ); (and setting a fixed size on the buttons, so that they don't take all the space) shows the bug. Thanks, Carsten Pfeiffer