Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
395:a09d5ffe165c | 396:1e73b5911631 |
---|---|
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, 190)); | 328 paint->setBrush(QColor(255, 255, 220)); |
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, 190)); | 462 paint->setBrush(QColor(255, 255, 220)); |
463 } else { | 463 } else { |
464 paint->setBrush(Qt::white); | 464 paint->setBrush(Qt::white); |
465 } | 465 } |
466 | 466 |
467 if (showProperLines) { | 467 if (showProperLines) { |