We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ceb28a commit 77888d6Copy full SHA for 77888d6
src/qt/guiconstants.h
@@ -24,7 +24,7 @@ static const int STATUSBAR_ICONSIZE = 16;
24
/* Transaction list -- bare address (without label) */
25
#define COLOR_BAREADDRESS QColor(140, 140, 140)
26
/* Transaction list -- has conflicting transactions */
27
-#define COLOR_HASCONFLICTING Qt::white;
+#define COLOR_HASCONFLICTING QColor(255, 255, 255)
28
/* Transaction list -- has conflicting transactions - background */
29
#define COLOR_HASCONFLICTING_BG QColor(192, 0, 0)
30
0 commit comments