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

List:       kde-commits
Subject:    branches/KDE/3.5/kdevelop/lib/widgets
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-12-02 0:24:12
Message-ID: 1196555052.896575.4213.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 743806 by apaku:

Make the default blend a little less, this improves readability on the app tab.
BUG:151994

 M  +6 -6      processwidget.h  


--- branches/KDE/3.5/kdevelop/lib/widgets/processwidget.h #743805:743806
@@ -37,13 +37,13 @@
 {
 public:
     enum Type { Diagnostic, Normal, Error };
-    
+
     ProcessListBoxItem(const QString &s, Type type);
 
     virtual bool isCustomItem();
- 
+
 protected:
-    QColor blend(const QColor &c1, const QColor &c2, double k = 0.5) const;
+    QColor blend(const QColor &c1, const QColor &c2, double k = 0.25) const;
 
 private:
     virtual void paint(QPainter *p);
@@ -67,7 +67,7 @@
      * Returns whether a process is running in this view.
      */
     bool isRunning();
-    
+
 public slots:
     /**
      * Starts the child process.
@@ -101,13 +101,13 @@
     virtual void childFinished(bool normal, int status);
 
 signals:
-    void processExited(KProcess *); 
+    void processExited(KProcess *);
     void rowSelected(int row);
 
 protected:
     virtual QSize minimumSizeHint() const;
     void maybeScrollToBottom();
-    
+
 protected slots:
     void slotProcessExited(KProcess*);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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