From kde-commits Thu Feb 21 10:28:40 2008 From: Sebastian Sauer Date: Thu, 21 Feb 2008 10:28:40 +0000 To: kde-commits Subject: extragear/network/kmldonkey/kmlplasma Message-Id: <1203589720.228868.32190.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120358972724682 SVN commit 777706 by sebsauer: ah, thanks to Sven Burmeister with his last commit that points me to the aspect-ratio option :) M +1 -0 kmlplasmaapplet.cpp --- trunk/extragear/network/kmldonkey/kmlplasma/kmlplasmaapplet.cpp #777705:777706 @@ -32,6 +32,7 @@ { setHasConfigurationInterface(false); //setDrawStandardBackground(true); + setAspectRatioMode(Qt::IgnoreAspectRatio); setContentSize(100, 60); }