[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-05 15:19:29
Message-ID: 1178378369.590049.31157.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 661441 by knight:

Actually use the dock widget font size setting read from the config file.  Caught by Thomas Z.

 M  +1 -0      KoMainWindow.cpp  


--- trunk/koffice/libs/kofficecore/KoMainWindow.cpp #661440:661441
@@ -1788,6 +1788,7 @@
     KConfigGroup group( KGlobal::config(), "GUI" );
     QFont dockWidgetFont  = KGlobalSettings::generalFont();
     double pointSize = group.readEntry("palettefontsize", dockWidgetFont.pointSize());
+    dockWidgetFont.setPointSizeF(pointSize);
     dockWidget->setFont(dockWidgetFont);
     
     return dockWidget;
[prev in list] [next in list] [prev in thread] [next in thread] 

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