From kde-commits Fri Nov 16 02:08:39 2012 From: Barth Netterfield Date: Fri, 16 Nov 2012 02:08:39 +0000 To: kde-commits Subject: branches/work/kst/portto4/kst/src/libkstapp Message-Id: <20121116020839.D33B7AC85B () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135303173526159 SVN commit 1325239 by netterfield: Make the power spectrum dialog wide (but not too wide), not tall, so it fits on laptop screens. M +8 -8 powerspectrumtab.ui M +0 -1 view.cpp --- branches/work/kst/portto4/kst/src/libkstapp/powerspectrumtab.ui #1325238:1325239 @@ -7,11 +7,11 @@ 0 0 687 - 674 + 525 - - + + Power Spectrum Contents @@ -43,15 +43,15 @@ - + - + + + + - - - --- branches/work/kst/portto4/kst/src/libkstapp/view.cpp #1325238:1325239 @@ -612,7 +612,6 @@ pointSize = newPointSize; } qreal legendPointSize = qMax(pointSize*qreal(0.6), ApplicationSettings::self()->minimumFontSize()); - qDebug() << "reset plot font size to" << pointSize << " for " << PlotItemManager::self()->plotsForView(this).size(); foreach(PlotItem* plotItem, PlotItemManager::self()->plotsForView(this)) { plotItem->setGlobalFontScale(pointSize); plotItem->rightLabelDetails()->setFontScale(pointSize);