I found where to set no frame:

.\site-packages\eric4\UI\Browser.py

class Browser(QTreeView):
>     def _init(self):
>         ...
>         self.setFrameShape(QFrame.NoFrame)



Before: http://img695.imageshack.us/img695/7062/eric1a.png
After: http://img810.imageshack.us/img810/2759/eric2.png

Now i need to find the others
-- 
Victor Varvariuc
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to