[Xfce4-commits] [xfce/xfce4-appfinder] 01/01: Fix preferences button height

noreply at xfce.org noreply at xfce.org
Sun Oct 8 20:07:49 CEST 2017


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

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-appfinder.

commit 38383c85a02ae07e969452770699f3b40158a779
Author: Andre Miranda <andreldm at 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.


More information about the Xfce4-commits mailing list