mirror of https://github.com/GNOME/gimp.git
Update plug-ins/pygimp/gimpui.py
This commit is contained in:
parent
b44c2e9352
commit
cdd686f752
|
@ -221,7 +221,6 @@ class FontSelector(FontSelectButton):
|
||||||
class FileSelector(gtk.FileChooserButton):
|
class FileSelector(gtk.FileChooserButton):
|
||||||
def __init__(self, default=""):
|
def __init__(self, default=""):
|
||||||
gtk.FileChooserButton.__init__(self, _("Python-Fu File Selection"))
|
gtk.FileChooserButton.__init__(self, _("Python-Fu File Selection"))
|
||||||
set.FileChooserButton.config( height=100, width=100)
|
|
||||||
if default:
|
if default:
|
||||||
self.set_filename(default)
|
self.set_filename(default)
|
||||||
def get_value(self):
|
def get_value(self):
|
||||||
|
|
Loading…
Reference in New Issue