dialogs/ConnectionDialog.py
changeset 3537 cb7db021280c
parent 3303 0ffb41625592
child 3750 f62625418bff
equal deleted inserted replaced
3534:7f62da4362fd 3537:cb7db021280c
    91 
    91 
    92         # Add buttons sizer to sizers
    92         # Add buttons sizer to sizers
    93         self.MainSizer.Add(
    93         self.MainSizer.Add(
    94             self.ButtonSizer, border=20,
    94             self.ButtonSizer, border=20,
    95             flag=wx.ALIGN_RIGHT | wx.BOTTOM | wx.LEFT | wx.RIGHT)
    95             flag=wx.ALIGN_RIGHT | wx.BOTTOM | wx.LEFT | wx.RIGHT)
    96         self.ColumnSizer.RemoveSizer(self.RightGridSizer)
    96         self.ColumnSizer.Remove(self.RightGridSizer)
    97 
    97 
    98         # Add button for applying connection name modification to all connection
    98         # Add button for applying connection name modification to all connection
    99         # of POU
    99         # of POU
   100         if apply_button:
   100         if apply_button:
   101             self.ApplyToAllButton = wx.Button(self, label=_("Propagate Name"))
   101             self.ApplyToAllButton = wx.Button(self, label=_("Propagate Name"))