eric6/UI/FindFileDialog.py

branch
micropython
changeset 7139
9bb36ec2d1b5
parent 7109
6191abce8002
child 7192
a22eee00b052
--- a/eric6/UI/FindFileDialog.py	Thu Aug 15 17:04:54 2019 +0200
+++ b/eric6/UI/FindFileDialog.py	Thu Aug 15 17:19:28 2019 +0200
@@ -242,10 +242,10 @@
 
     @pyqtSlot()
     def on_openFilesButton_clicked(self):
-       """
-       Private slot to handle the selection of the 'Open Files' radio button.
-       """
-       self.__enableFindButton()
+        """
+        Private slot to handle the selection of the 'Open Files' radio button.
+        """
+        self.__enableFindButton()
     
     @pyqtSlot()
     def on_filterCheckBox_clicked(self):

eric ide

mercurial