Bug 640615 - Remove unwanted inward sunken frame r=wolfiR a=npodb

--HG--
extra : rebase_source : 30c60ed3d1be6616eb5cd3b7511d6cbb61066326
This commit is contained in:
Florian Haenel 2011-03-15 13:30:34 -07:00
parent 6fc39e3260
commit 4b3076426a

View File

@ -194,6 +194,7 @@ public:
{
scene()->addItem(aTopLevel);
setMouseTracking(true);
setFrameShape(QFrame::NoFrame);
}
protected: