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