dialogs/LDElementDialog.py
changeset 1878 fb73a6b6622d
parent 1853 47a3f39bead0
child 2587 c67488bd8134
--- a/dialogs/LDElementDialog.py	Thu Oct 19 10:57:35 2017 +0300
+++ b/dialogs/LDElementDialog.py	Thu Oct 19 11:03:03 2017 +0300
@@ -194,9 +194,9 @@
 
         # Set graphic element displayed, creating a LD element
         self.Element = self.ElementClass(
-                self.Preview,
-                self.GetElementModifier(),
-                value)
+            self.Preview,
+            self.GetElementModifier(),
+            value)
 
         button = self.ButtonSizer.GetAffirmativeButton()
         button.Enable(value != "")