dialogs/FindInPouDialog.py
changeset 1741 dd94b9a68c61
parent 1740 b789b695b5c6
child 1744 69dfdb26f600
--- a/dialogs/FindInPouDialog.py	Tue Aug 15 15:50:30 2017 +0300
+++ b/dialogs/FindInPouDialog.py	Tue Aug 15 16:01:18 2017 +0300
@@ -33,7 +33,6 @@
         if parent and parent.icon:
                 self.SetIcon(parent.icon)
 
-
     def __init__(self, parent):
         wx.Dialog.__init__(self, parent, title=_("Find"),
               style=wx.CAPTION|wx.CLOSE_BOX|wx.CLIP_CHILDREN|wx.RESIZE_BORDER)
@@ -123,7 +122,6 @@
         # clear message after dialog size calculation
         self.SetStatusText("")
 
-
         self.ParentWindow = parent
 
         self.Bind(wx.EVT_CLOSE, self.OnCloseFrame)