Mercurial > hg > easyhg
comparison src/changesetitem.cpp @ 394:27757ce9c76c item_appearance_adjustments
OK, maybe a slightly less vigorous yellow
author | Chris Cannam |
---|---|
date | Tue, 24 May 2011 17:47:46 +0100 |
parents | 0c826f07929f |
children | 1e73b5911631 |
comparison
equal
deleted
inserted
replaced
393:0c826f07929f | 394:27757ce9c76c |
---|---|
323 QRectF r(x0, 0, width - 3, height); | 323 QRectF r(x0, 0, width - 3, height); |
324 | 324 |
325 if (showProperLines) { | 325 if (showProperLines) { |
326 | 326 |
327 if (m_new) { | 327 if (m_new) { |
328 paint->setBrush(QColor(255, 255, 156)); | 328 paint->setBrush(QColor(255, 255, 190)); |
329 } else { | 329 } else { |
330 paint->setBrush(Qt::white); | 330 paint->setBrush(Qt::white); |
331 } | 331 } |
332 | 332 |
333 if (m_current) { | 333 if (m_current) { |
457 int fh = fm.height(); | 457 int fh = fm.height(); |
458 int size = fh * 2; | 458 int size = fh * 2; |
459 int x0 = -size/2 + 25; | 459 int x0 = -size/2 + 25; |
460 | 460 |
461 if (m_new) { | 461 if (m_new) { |
462 paint->setBrush(QColor(255, 255, 156)); | 462 paint->setBrush(QColor(255, 255, 190)); |
463 } else { | 463 } else { |
464 paint->setBrush(Qt::white); | 464 paint->setBrush(Qt::white); |
465 } | 465 } |
466 | 466 |
467 if (showProperLines) { | 467 if (showProperLines) { |