UI/LogView.py

changeset 1829
fa72a573967f
parent 1823
21d988eaf1bf
child 1830
f2fccb8c2ab4
diff -r d1e20bfe86cd -r fa72a573967f UI/LogView.py
--- a/UI/LogView.py	Tue May 01 15:20:39 2012 +0200
+++ b/UI/LogView.py	Tue May 01 16:01:44 2012 +0200
@@ -38,6 +38,7 @@
         self.__searchWidget.hide()
         
         self.__layout = QHBoxLayout(self)
+        self.__layout.setContentsMargins(1, 1, 1, 1)
         self.__layout.addWidget(self.__logViewer)
         self.__layout.addWidget(self.__searchWidget)
         

eric ide

mercurial