[gimp/gimp-2-10] Setting the FileChooserbutton to a fixed width.



commit 3ff2285ba834a6fe9fd0532576bf689765a89585
Author: Veerasamy Sevagen <sevagenv gmail com>
Date:   Tue Feb 12 15:09:19 2019 +0000

    Setting the FileChooserbutton to a fixed width.
    
    (cherry picked from commit 582801ccc5a3b3e49b1284554863239ce193f862)
    (cherry picked from commit b44c2e935278c2ef42ed1e6110bf9e7add3e1d58)
    (cherry picked from commit cdd686f7529cfc52a0225a8a94b7395e3f1921ec)
    (cherry picked from commit 3b818f6a9b0a6669f26856f6b534711d0d47471b)
    (cherry picked from commit c7d5438b491166cd410bb315d8109beb1a6a5f13)
    
    Note from reviewer: sorry, this was not squashed on master! Gitlab
    failed to squash even though the "squash commits" checkbox was checked!
    So it ended as a 5-commit 1-line change!
    :-/

 plug-ins/pygimp/gimpfu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/pygimp/gimpfu.py b/plug-ins/pygimp/gimpfu.py
index 9b95546ac9..d050544d19 100644
--- a/plug-ins/pygimp/gimpfu.py
+++ b/plug-ins/pygimp/gimpfu.py
@@ -607,7 +607,7 @@ def _interact(proc_name, start_params):
             self.button = gtk.Button()
             self.button.set_image(image)
             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]