[gimp] Update plug-ins/pygimp/gimpui.py
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Update plug-ins/pygimp/gimpui.py
- Date: Wed, 13 Feb 2019 16:08:18 +0000 (UTC)
commit cdd686f7529cfc52a0225a8a94b7395e3f1921ec
Author: Veerasamy Sevagen <sevagenv gmail com>
Date: Wed Feb 13 12:21:17 2019 +0000
Update plug-ins/pygimp/gimpui.py
plug-ins/pygimp/gimpui.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/plug-ins/pygimp/gimpui.py b/plug-ins/pygimp/gimpui.py
index ab0dba2042..76ee58472f 100644
--- a/plug-ins/pygimp/gimpui.py
+++ b/plug-ins/pygimp/gimpui.py
@@ -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):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]