Project/RccCompilerOptionsDialog.py

changeset 6615
386607e32376
parent 6604
a73d553ef521
child 6645
ad476851d7e0
diff -r 973bd272a528 -r 386607e32376 Project/RccCompilerOptionsDialog.py
--- a/Project/RccCompilerOptionsDialog.py	Sun Dec 09 12:02:15 2018 +0100
+++ b/Project/RccCompilerOptionsDialog.py	Sun Dec 09 12:08:57 2018 +0100
@@ -37,6 +37,7 @@
         
         msh = self.minimumSizeHint()
         self.resize(max(self.width(), msh.width()), msh.height())
+    
     def getData(self):
         """
         Public method to get the entered data.

eric ide

mercurial