Use Home Club setting in new score dialog
[scorecard] / src / score-common.h
index a2dad65..52dc8c6 100644 (file)
@@ -42,7 +42,7 @@ class ScoreColor
     static QColor doubleBogey() { return Qt::red;                  }
     static QColor bad()         { return Qt::red;                  }
     static QColor subTotal()    { return Qt::white;                }
-    static QColor total()       { return Qt::magenta;              }
+    static QColor total()       { return Qt::white;                }
 }; 
 
 static QString statStyleSheet("QTableView {color : white;}");