[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: Preferences: Use standard 12px margin for child elements (bug #14677)
noreply at xfce.org
noreply at xfce.org
Sat Sep 22 21:17:39 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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 panel-plugins/xfce4-systemload-plugin.
commit 952f0d54ce56ae054b3e9d5d5f15aa06dac04d48
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Sep 5 21:21:22 2018 -0400
Preferences: Use standard 12px margin for child elements (bug #14677)
Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
panel-plugin/systemload.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 81dde2e..dc6bb8b 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -757,7 +757,7 @@ static GtkWidget *new_label (GtkGrid *grid, guint row,
label = gtk_label_new_with_mnemonic (labeltext);
gtk_widget_set_halign(label, GTK_ALIGN_START);
gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
- gtk_widget_set_margin_start (label, 18);
+ gtk_widget_set_margin_start (label, 12);
gtk_label_set_mnemonic_widget(GTK_LABEL(label), target);
gtk_grid_attach(grid, label, 0, row, 1, 1);
return label;
@@ -805,7 +805,7 @@ static void new_monitor_setting(t_global_monitor *global, GtkGrid *grid, int pos
label = gtk_label_new_with_mnemonic (_("Options:"));
gtk_widget_set_halign (label, GTK_ALIGN_START);
gtk_widget_set_valign (label, GTK_ALIGN_CENTER);
- gtk_widget_set_margin_start (label, 18);
+ gtk_widget_set_margin_start (label, 12);
gtk_label_set_mnemonic_widget (GTK_LABEL (label), button);
gtk_grid_attach (GTK_GRID(subgrid), label, 0, 0, 1, 1);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list