[gimp] Update plug-ins/pygimp/gimpfu.py



commit 3b818f6a9b0a6669f26856f6b534711d0d47471b
Author: Veerasamy Sevagen <sevagenv gmail com>
Date:   Wed Feb 13 14:27:22 2019 +0000

    Update plug-ins/pygimp/gimpfu.py

 plug-ins/pygimp/gimpfu.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/plug-ins/pygimp/gimpfu.py b/plug-ins/pygimp/gimpfu.py
index 13a95a7f62..576cec8e4f 100644
--- a/plug-ins/pygimp/gimpfu.py
+++ b/plug-ins/pygimp/gimpfu.py
@@ -606,11 +606,8 @@ def _interact(proc_name, start_params):
             image.set_from_stock(gtk.STOCK_FILE, gtk.ICON_SIZE_BUTTON)
             self.button = gtk.Button()
             self.button.set_image(image)
-            self.expander = gtk.Expander()
-            self.expander.add(self.button)
-            self.expander.set_expanded(False)
             box.pack_start(self.entry)
-            box.pack_start(self.button)
+            box.pack_start(self.button,False)
             self.button.connect("clicked", self.pick_file)
             if default:
                 self.entry.set_text(default)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]