UI/CodeDocumentationViewer.py

changeset 5915
4bdac859df60
parent 5914
e44c04a89dbc
child 5919
d0de2b378b24
diff -r e44c04a89dbc -r 4bdac859df60 UI/CodeDocumentationViewer.py
--- a/UI/CodeDocumentationViewer.py	Thu Oct 19 19:39:59 2017 +0200
+++ b/UI/CodeDocumentationViewer.py	Sat Oct 21 14:43:51 2017 +0200
@@ -222,6 +222,7 @@
         
         self.verticalLayout = QVBoxLayout(self)
         self.verticalLayout.setObjectName("verticalLayout")
+        self.verticalLayout.setContentsMargins(3, 3, 3, 3)
         
         # top row of widgets
         self.horizontalLayout = QHBoxLayout()

eric ide

mercurial