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

List:       kde-commits
Subject:    koffice/libs/kofficecore
From:       Robert Knight <robertknight () gmail ! com>
Date:       2007-05-03 20:16:56
Message-ID: 1178223416.468072.25843.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 660806 by knight:

Fix the miniscule dock widget fonts.  Please shout if this solution is incorrect.

 M  +4 -4      KoMainWindow.cpp  


--- trunk/koffice/libs/kofficecore/KoMainWindow.cpp #660805:660806
@@ -1787,12 +1787,12 @@
 
     KConfigGroup group( KGlobal::config(), "GUI" );
     QFont f  = KGlobalSettings::generalFont();
-    double ps = qMin(9.0, f.pointSize() * 0.8);
-    ps = group.readEntry("palettefontsize", ps);
-    if (ps < 6) ps = 6;
+    double ps = group.readEntry("palettefontsize", f.pointSize());
+    ps = qMax(8.0 , ps);
+    f.setPointSizeF(ps);
 
-    f.setPointSize(6);
     dockWidget->setFont(f);
+    
     return dockWidget;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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