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 c87e611c52
commit 8a6b8a9519

View File

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