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)