dialogs/SFCStepDialog.py
changeset 1740 b789b695b5c6
parent 1736 7e61baa047f0
child 1745 f9d32913bad4
equal deleted inserted replaced
1739:ec153828ded2 1740:b789b695b5c6
    45         @param parent: Parent wx.Window of dialog for modal
    45         @param parent: Parent wx.Window of dialog for modal
    46         @param controller: Reference to project controller
    46         @param controller: Reference to project controller
    47         @param tagname: Tagname of project POU edited
    47         @param tagname: Tagname of project POU edited
    48         @param initial: True if step is initial (default: False)
    48         @param initial: True if step is initial (default: False)
    49         """
    49         """
    50         BlockPreviewDialog.__init__(self,parent, controller, tagname,
    50         BlockPreviewDialog.__init__(self, parent, controller, tagname,
    51               title=_('Edit Step'))
    51               title=_('Edit Step'))
    52 
    52 
    53         # Init common sizers
    53         # Init common sizers
    54         self._init_sizers(2, 0, 6, None, 2, 1)
    54         self._init_sizers(2, 0, 6, None, 2, 1)
    55 
    55