Update plug-ins/pygimp/gimpui.py

This commit is contained in:
Veerasamy Sevagen 2019-02-13 12:21:17 +00:00 committed by Jehan
parent b44c2e9352
commit cdd686f752
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ class FontSelector(FontSelectButton):
class FileSelector(gtk.FileChooserButton):
def __init__(self, default=""):
gtk.FileChooserButton.__init__(self, _("Python-Fu File Selection"))
set.FileChooserButton.config( height=100, width=100)
if default:
self.set_filename(default)
def get_value(self):