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

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase/kicker/libkicker
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-09-19 21:16:23
Message-ID: 1127164583.090141.21321.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 462064 by aseigo:

useless code


 M  +0 -4      kickertip.cpp  


--- branches/KDE/3.5/kdebase/kicker/libkicker/kickertip.cpp #462063:462064
@@ -123,7 +123,6 @@
     m_richText = new QSimpleRichText("<qt><h3>" + data.message + "</h3><p>" +
                                      data.subtext + "</p></qt>", font(), QString::null, 0,
                                      m_mimeFactory);
-
     m_richText->setWidth(400);
 
     if (KickerSettings::mouseOversShowIcon())
@@ -255,9 +254,6 @@
         textRect.setHeight(m_richText->height());
     }
 
-    textRect.moveBy(-textRect.left(), -textRect.top());
-    textRect.addCoords(0, 0, 2, 2);
-
     int margin = KDialog::marginHint();
     int height = QMAX(m_icon.height(), textRect.height()) + 2 * margin;
     int textX = m_icon.isNull() ? margin : 2 + m_icon.width() + 2 * margin;
[prev in list] [next in list] [prev in thread] [next in thread] 

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