dialogs/SFCTransitionDialog.py
changeset 1554 01d2c8a8a928
parent 1252 18cd1357e8d3
child 1571 486f94a8032c
equal deleted inserted replaced
1553:abe55de5316b 1554:01d2c8a8a928
    45         @param tagname: Tagname of project POU edited
    45         @param tagname: Tagname of project POU edited
    46         @param connection: True if transition value can be defined by a
    46         @param connection: True if transition value can be defined by a
    47         connection (default: True)
    47         connection (default: True)
    48         """
    48         """
    49         BlockPreviewDialog.__init__(self, parent, controller, tagname,
    49         BlockPreviewDialog.__init__(self, parent, controller, tagname,
    50               size=wx.Size(350, 300), title=_('Edit transition'))
    50               size=wx.Size(350, 350), title=_('Edit transition'))
    51         
    51         
    52         # Init common sizers
    52         # Init common sizers
    53         self._init_sizers(2, 0, 8, None, 2, 1)
    53         self._init_sizers(2, 0, 8, None, 2, 1)
    54         
    54         
    55         # Create label for transition type
    55         # Create label for transition type