[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bcalligra/stage-outline-bport-artaud=5D_kpresenter/p?=
From:       Benjamin Port <port.benjamin () gmail ! com>
Date:       2011-04-03 14:06:09
Message-ID: 20110403140609.64293A609B () git ! kde ! org
[Download RAW message or body]

Git commit dfd24d74152ca4056238a002fb3e2ba6d4036d80 by Benjamin Port.
Committed on 03/04/2011 at 16:05.
Pushed by bport into branch 'stage-outline-bport-artaud'.

the gray more lighter in outline mode

M  +1    -1    kpresenter/part/KPrViewModeOutline.cpp     

http://commits.kde.org/calligra/dfd24d74152ca4056238a002fb3e2ba6d4036d80

diff --git a/kpresenter/part/KPrViewModeOutline.cpp b/kpresenter/part/KPrViewModeOutline.cpp
index 0931538..45b7576 100644
--- a/kpresenter/part/KPrViewModeOutline.cpp
+++ b/kpresenter/part/KPrViewModeOutline.cpp
@@ -169,7 +169,7 @@ void KPrViewModeOutline::createBlock(QTextCursor cursor, int pageNumber, Outline
 {
     QTextBlockFormat blockFormat;
     QTextCharFormat charFormat;
-    blockFormat.setBackground((pageNumber%2)?QBrush(Qt::gray):QBrush(Qt::white));
+    blockFormat.setBackground((pageNumber%2)?QBrush(QColor(230,230,230)):QBrush(Qt::white));
 
     if (firstBlock) {
         blockFormat.setTopMargin(5);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic