SVN commit 777704 by burmeister: Ignore aspect ratio in order to allow the user to resize the plasmoid to its smalles size without having to press the CTRL key. M +2 -0 fuzzyClock.cpp --- trunk/extragear/plasma/applets/fuzzy-clock/fuzzyClock.cpp #777703:777704 @@ -56,6 +56,8 @@ { setHasConfigurationInterface(true); setDrawStandardBackground(true); + //If we do not set this, the user has to press CTRL when shrinking the plasmoid on the desktop beyond a certain size. + setAspectRatioMode(Qt::IgnoreAspectRatio); } void Clock::init()