[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/01: Narrower spacing in graphical bars mode as suggested as a sidenote in bug 14398
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 22:05:41 CEST 2018
This is an automated email from the git hooks/post-receive script.
t i m y s t e r y 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-sensors-plugin.
commit 4a4221793ef5ad3be0c480ffb7676a037aafd52c
Author: Fabian <timystery at arcor.de>
Date: Mon Oct 15 22:04:39 2018 +0200
Narrower spacing in graphical bars mode as suggested as a sidenote in bug 14398
---
panel-plugin/sensors-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index 776e493..e0797ab 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -462,7 +462,7 @@ sensors_add_graphical_display (t_sensors *ptr_sensors)
ptr_sensors->panels[idx_sensorchips][idx_feature] = ptr_labelledlevelbar;
gtk_box_pack_start (GTK_BOX (ptr_sensors->widget_sensors),
- widget_databox, FALSE, FALSE, INNER_BORDER);
+ widget_databox, FALSE, FALSE, INNER_BORDER/2);
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list