[shotwell/shotwell-0.28] Fix spacing in search toolbar



commit 77b572462178a1f85633d315e0da69ab51b58f79
Author: Jens Georg <mail jensge org>
Date:   Fri Apr 13 19:29:29 2018 +0200

    Fix spacing in search toolbar

 src/SearchFilter.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/SearchFilter.vala b/src/SearchFilter.vala
index fba5488..286c2b7 100644
--- a/src/SearchFilter.vala
+++ b/src/SearchFilter.vala
@@ -643,7 +643,6 @@ public class SearchFilterToolbar : Gtk.Revealer {
             Gtk.Image? image = null;
             button.set_always_show_image(true);
             image = new Gtk.Image.from_icon_name(icon_name, Gtk.IconSize.SMALL_TOOLBAR);
-            image.set_margin_end(6);
             button.set_image(image);
         }
 


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