dialogs/LDElementDialog.py
changeset 1493 6dbebfcec074
parent 1370 ee795a8d4404
child 1571 486f94a8032c
--- a/dialogs/LDElementDialog.py	Thu Apr 21 17:41:43 2016 +0300
+++ b/dialogs/LDElementDialog.py	Thu Apr 21 17:44:17 2016 +0300
@@ -50,7 +50,7 @@
         @param type: Type of LD element ('contact or 'coil')
         """
         BlockPreviewDialog.__init__(self, parent, controller, tagname, 
-              size=wx.Size(350, 280 if type == "contact" else 330),
+              size=wx.Size(350, 320 if type == "contact" else 380),
               title=(_("Edit Contact Values")
                      if type == "contact"
                      else _("Edit Coil Values")))