changeset 1215:578335e00416 draft

Negative transaction color changed to red (was grey due to mistake)
author Wladimir J. van der Laan <laanwj@gmail.com>
date Tue, 26 Jul 2011 09:16:50 +0200
parents 4fb4bd3bc7af
children dba16f926a98
files src/qt/guiconstants.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt/guiconstants.h
+++ b/src/qt/guiconstants.h
@@ -10,6 +10,6 @@
 /* Transaction list -- unconfirmed transaction */
 #define COLOR_UNCONFIRMED QColor(128, 128, 128)
 /* Transaction list -- negative amount */
-#define COLOR_NEGATIVE QColor(128, 128, 128)
+#define COLOR_NEGATIVE QColor(255, 0, 0)
 
 #endif // GUICONSTANTS_H