Mercurial > hg > easyhg
diff src/changesetitem.cpp @ 396:1e73b5911631 item_appearance_adjustments
... that yellow is still a bit much, though
author | Chris Cannam |
---|---|
date | Tue, 24 May 2011 18:00:12 +0100 |
parents | 27757ce9c76c |
children | c3276f8998ee |
line wrap: on
line diff
--- a/src/changesetitem.cpp Tue May 24 17:59:18 2011 +0100 +++ b/src/changesetitem.cpp Tue May 24 18:00:12 2011 +0100 @@ -325,7 +325,7 @@ if (showProperLines) { if (m_new) { - paint->setBrush(QColor(255, 255, 190)); + paint->setBrush(QColor(255, 255, 220)); } else { paint->setBrush(Qt::white); } @@ -459,7 +459,7 @@ int x0 = -size/2 + 25; if (m_new) { - paint->setBrush(QColor(255, 255, 190)); + paint->setBrush(QColor(255, 255, 220)); } else { paint->setBrush(Qt::white); }