diff -r 14ce1a631f44 -r 6dbebfcec074 dialogs/LDElementDialog.py --- 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")))