[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/03: larger spacing in settings dialog; adjusted README file
noreply at xfce.org
noreply at xfce.org
Mon Oct 1 20:35:04 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 c707cc9dbc1b9d037edc2b3dbfbe006050568628
Author: Fabian <timystery at arcor.de>
Date: Thu Sep 13 22:21:07 2018 +0200
larger spacing in settings dialog; adjusted README file
---
README | 4 ++--
include/sensors-interface-common.h | 17 ++++++++++++++---
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 05d4ab0..5fecde3 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
Xfce4-Sensors-Plugin
====================
-Version 1.3.0 alpha - For Xfce 4 Panel 4.12.0 (and hopefully newer as well!)
+Version 1.3.1 git - For Xfce 4 Panel 4.12.0 (and hopefully newer as well!)
-Copyright (c) 2004-2016 by Fabian Nowak (timystery at arcor.de)
+Copyright (c) 2004-2018 by Fabian Nowak (timystery at arcor.de)
Copyright (c) 2005-2006 by Stefan Ott
Licence: GPL version 2 (or later at your option)
diff --git a/include/sensors-interface-common.h b/include/sensors-interface-common.h
index aa1cb27..09144da 100644
--- a/include/sensors-interface-common.h
+++ b/include/sensors-interface-common.h
@@ -37,9 +37,20 @@
#include "sensors-interface-plugin.h"
/* Definitions */
-#define BORDER 8
-#define OUTER_BORDER 4
-#define INNER_BORDER 2
+// Newer Gnome 2 spacing?
+//#define BORDER 18
+//#define OUTER_BORDER 12
+//#define INNER_BORDER 6
+
+// Old Xfce 4.2 spacing
+//#define BORDER 8
+//#define OUTER_BORDER 4
+//#define INNER_BORDER 2
+
+// somewhere in between :)
+#define BORDER 12
+#define OUTER_BORDER 12
+#define INNER_BORDER 6
#define COLOR_ERROR "#F00000"
#define COLOR_WARN "#F0F000"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list