On Oct 24, 2008, at 09:51 , Carlos Manuel Duclos Vergara wrote: > On Thursday 23 October 2008 17:56:45 Peter Johnson wrote: >> Oops, posted with the wrong subject... >> >> On Oct 23, 2008, at 11:54 AM, Peter Johnson wrote: >>> I'm not sure if this is new with 4.5 or not, but if I set the >>> Qt::WA_MacMetalStyle attribute on my main window, it ends up having >>> window border around content (the centralwidget) of approximately >>> 8-10 >>> pixels. >>> >>> Anyone know what that is all about? >>> _______________________________________________ > > Hi, > > Could you attach a screenshot of what you see? > Also, if you could send us some small code that produces this it > would be even > better. :-)
Seeing the code would be good. However, I suspect that this is expected. Setting the metal attribute adds extra space around the "content" area of the widget. You can see this quite easily by creating a widget with a red background and then setting the metal attribute. -- Trenton _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
