From kde-core-devel Thu Aug 30 19:03:27 2007 From: Pascal =?iso-8859-1?q?L=E9tourneau?= Date: Thu, 30 Aug 2007 19:03:27 +0000 To: kde-core-devel Subject: smallestReadableFont & QDockWidget Message-Id: <200708301503.27954.pascal.letourneau () gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=118850088617706 Hi The smallestReadableFont setting is apply blindly to every QDockWidget (for example, the Folders panel in Dolphin) I think it would be better if each app decides where it is appropriate to use this setting Pascal Létourneau Index: kglobalsettings.cpp =================================================================== --- kglobalsettings.cpp (revision 706517) +++ kglobalsettings.cpp (working copy) @@ -938,7 +938,6 @@ void KGlobalSettings::kdisplaySetFont() QApplication::setFont(KGlobalSettings::menuFont(), "QMenuBar"); QApplication::setFont(KGlobalSettings::menuFont(), "QPopupMenu"); QApplication::setFont(KGlobalSettings::menuFont(), "KPopupTitle"); - QApplication::setFont(smallestReadableFont(), "QDockWidget"); #if 0 // "patch" standard QStyleSheet to follow our fonts