Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / guiconstants.h
index 405ba39..6149553 100644 (file)
@@ -31,4 +31,9 @@ static const int MAX_URI_LENGTH = 255;
 /* QRCodeDialog -- size of exported QR Code image */
 #define EXPORT_IMAGE_SIZE 256
 
+/* Colors for minting tab for each coin age group */
+#define COLOR_MINT_YOUNG QColor(180, 180, 250)
+#define COLOR_MINT_MATURE QColor(180, 250, 180)
+#define COLOR_MINT_OLD QColor(250, 180, 180)
+
 #endif // GUICONSTANTS_H