This is an automated email from the git hooks/post-receive script.

andre pushed a 
commit to branch 
master
in repository xfce/xfce4-appfinder.

commit 38383c85a02ae07e969452770699f3b40158a779
Author: Andre Miranda <andre...@xfce.org>
Date:   Sun Oct 8 15:07:39 2017 -0300

    Fix preferences button height
---
 src/appfinder-window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/appfinder-window.c b/src/appfinder-window.c
index 8d228f6..690f496 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -345,6 +345,7 @@ xfce_appfinder_window_init (XfceAppfinderWindow *window)
   gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
   g_signal_connect (G_OBJECT (button), "clicked",
       G_CALLBACK (xfce_appfinder_window_preferences), window);
+  gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
   gtk_button_set_always_show_image(GTK_BUTTON(button), TRUE);
 
   image = gtk_image_new_from_icon_name (XFCE_APPFINDER_STOCK_PREFERENCES, 
GTK_ICON_SIZE_BUTTON);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to