eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 8604
d25390ea2f19
parent 8366
2a9f5153c438
child 8807
f4486646a233
--- a/eric7/MicroPython/MicroPythonWidget.py	Tue Sep 14 18:07:27 2021 +0200
+++ b/eric7/MicroPython/MicroPythonWidget.py	Tue Sep 14 18:08:32 2021 +0200
@@ -209,6 +209,8 @@
         super().__init__(parent)
         self.setupUi(self)
         
+        self.layout().setContentsMargins(0, 3, 0, 0)
+        
         self.__ui = parent
         
         self.__superMenu = QMenu(self)

eric ide

mercurial