From kde-commits Fri Feb 12 23:11:40 2010 From: Richard Dale Date: Fri, 12 Feb 2010 23:11:40 +0000 To: kde-commits Subject: playground/base/plasma/plasmate/templates Message-Id: <1266016300.925510.7452.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126601630904805 SVN commit 1089352 by rdale: * Remove the resize() call from Ruby plasmoids as it doesn't work with scripted plasmoids M +0 -1 mainPlasmoid.rb --- trunk/playground/base/plasma/plasmate/templates/mainPlasmoid.rb #1089351:1089352 @@ -40,7 +40,6 @@ # Put here all the code needed to initialize our plasmoid def init self.has_configuration_interface = false - resize 125, 125 self.aspect_ratio_mode = Plasma::Square end