[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 03/03: Set the color buttons' halign to START

noreply at xfce.org noreply at xfce.org
Fri Dec 22 23:50:10 CET 2017


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

o   c   h   o   s   i       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-systemload-plugin.

commit 9552cf7c22318f19c7c99f51dbee91a24794734c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Dec 22 23:49:39 2017 +0100

    Set the color buttons' halign to START
---
 panel-plugin/systemload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index d6cf6ac..8899586 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -840,6 +840,7 @@ static void new_monitor_setting(t_global_monitor *global, GtkGrid *grid, int pos
     gtk_grid_set_row_spacing (GTK_GRID(subgrid), 6);
 
     button = gtk_color_button_new_with_rgba(colorvar);
+    gtk_widget_set_halign(button, GTK_ALIGN_START);
     g_object_set_data(G_OBJECT(button), "colorvar", colorvar);
     g_signal_connect(G_OBJECT(button), "color-set",
                  G_CALLBACK (color_set_cb), global);

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


More information about the Xfce4-commits mailing list