From kde-core-devel Thu Aug 30 21:34:55 2007 From: Pascal =?iso-8859-15?q?L=E9tourneau?= Date: Thu, 30 Aug 2007 21:34:55 +0000 To: kde-core-devel Subject: Re: smallestReadableFont & QDockWidget Message-Id: <200708301734.56296.pascal.letourneau () gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=118850999414464 On Thursday 30 August 2007 16:39:52 Thomas Zander wrote: > On Thursday 30 August 2007 21:39:45 Pascal Létourneau wrote: > > On Thursday 30 August 2007 15:14:40 Adam Treat wrote: > > > On Thursday 30 August 2007, Pascal Létourneau wrote: > > > > 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 > > > > > > Why? > > > > > > I mean why can't we set the default font to be the smallest readable? > > > That seems obvious and sensible. > > > > > > Adam > > > > If I understand you correctly, you're against having a setting for a > > smallestReadableFont? > > Hmm? We already have such a setting. Yes I know > > There is cases where you may want a smaller-than-the-default font > > (where the space is limited) > > The point of the smallestReadableFont is to set it to a size that you can > still read; so nothing should make it smaller then that. And its user > configurable so he can adjust it to fit his needs. > > > I'm just against having it applied across a whole range of widgets > > Having what applied? The font that the user sets in the fonts kcm as the > smallest readable font? Why? It seems I wasn't clear enough in my original email I just want to remove that line from kglobalsettings.cpp: QApplication::setFont(smallestReadableFont(), "QDockWidget"); This is where the smallestReadableFont setting is applied to all QDockWidget Pascal Létourneau