dialogs/ConnectionDialog.py
changeset 1487 789acd7cc347
parent 1250 7e6de17c687a
child 1571 486f94a8032c
equal deleted inserted replaced
1486:f1f767545935 1487:789acd7cc347
    47         @param tagname: Tagname of project POU edited
    47         @param tagname: Tagname of project POU edited
    48         @param apply_button: Enable button for applying connector modification
    48         @param apply_button: Enable button for applying connector modification
    49         to all connector having the same name in POU (default: False)
    49         to all connector having the same name in POU (default: False)
    50         """
    50         """
    51         BlockPreviewDialog.__init__(self, parent, controller, tagname, 
    51         BlockPreviewDialog.__init__(self, parent, controller, tagname, 
    52               size=wx.Size(350, 220), title=_('Connection Properties'))
    52               size=wx.Size(350, 250), title=_('Connection Properties'))
    53         
    53         
    54         # Init common sizers
    54         # Init common sizers
    55         self._init_sizers(2, 0, 5, None, 2, 1)
    55         self._init_sizers(2, 0, 5, None, 2, 1)
    56         
    56         
    57         # Create label for connection type
    57         # Create label for connection type