[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] 01/01: Fix GtkSwitch alignment in properties dialog

noreply at xfce.org noreply at xfce.org
Sat Jun 17 23:39:06 CEST 2017


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

n   i   n   e   t   l   s       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 panel-plugins/xfce4-xkb-plugin.

commit bf6d56ee36d348133fb446fa931cbe69108b6aa1
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Jun 18 00:37:25 2017 +0300

    Fix GtkSwitch alignment in properties dialog
---
 panel-plugin/xkb-dialog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/xkb-dialog.c b/panel-plugin/xkb-dialog.c
index b7bb0d4..5a3f8c7 100644
--- a/panel-plugin/xkb-dialog.c
+++ b/panel-plugin/xkb-dialog.c
@@ -150,6 +150,7 @@ xkb_dialog_configure_plugin (XfcePanelPlugin *plugin,
 
     display_tooltip_icon_switch = gtk_switch_new ();
     gtk_widget_set_halign (display_tooltip_icon_switch, GTK_ALIGN_END);
+    gtk_widget_set_valign (display_tooltip_icon_switch, GTK_ALIGN_CENTER);
     gtk_grid_attach (GTK_GRID (grid), display_tooltip_icon_switch, 1, grid_vertical, 1, 1);
 
     grid_vertical = 0;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list