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

List:       kde-commits
Subject:    extragear/office/skrooge/skgbasegui
From:       Stephane Mankowski <stephane () mankowski ! fr>
Date:       2009-11-09 18:30:42
Message-ID: 1257791442.760432.15794.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1046794 by smankowski:

Correction on reports

 M  +1 -1      skgtablewithgraph.cpp  


--- trunk/extragear/office/skrooge/skgbasegui/skgtablewithgraph.cpp #1046793:1046794
@@ -865,7 +865,7 @@
 
 			  //Create pen
 			  QPen pen=QPen ( color );
-			  pen.setWidth ( width/2 );
+			  pen.setWidth ( qMax(width/2, ( maxLimit-minLimit )/100) );
 			  pen.setCapStyle ( Qt::RoundCap );
 			  pen.setJoinStyle ( Qt::RoundJoin );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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