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

List:       kde-commits
Subject:    KDE/kdeplasma-addons/applets/rememberthemilk
From:       Andrew Stromme <astromme () chatonka ! com>
Date:       2009-05-20 22:32:03
Message-ID: 1242858723.175065.32448.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 970836 by astromme:

Insert space after due date when it appears before a task name

 M  +1 -0      taskitemdelegate.cpp  


--- trunk/KDE/kdeplasma-addons/applets/rememberthemilk/taskitemdelegate.cpp \
#970835:970836 @@ -205,6 +205,7 @@
     // Elide (text with dots like th...) if wider than view and draw
     font.setBold(true);
     task = largerFM.elidedText(task, Qt::ElideRight, \
option.rect.width()-COLORTAB-3*MARGIN - QFontMetrics(font).width(due)); +    due = \
due.append(" "); // So that we have a space after the date before the task name  \
                painter->setFont(font);
     painter->drawText(option.rect.topLeft()+QPoint(COLORTAB+MARGIN,largerFM.height()),due);
  


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

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