From kde-commits Sun Feb 28 15:07:30 2010 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Sun, 28 Feb 2010 15:07:30 +0000 To: kde-commits Subject: KDE/kdeexamples/plasma/javascript/plasmoids/script-nowplaying/contents/code Message-Id: <1267369650.082294.3892.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126736965522760 SVN commit 1097157 by aseigo: it's a property M +1 -1 main.js --- trunk/KDE/kdeexamples/plasma/javascript/plasmoids/script-nowplaying/contents/code/main.js #1097156:1097157 @@ -37,7 +37,7 @@ // Set up the UI layout = new LinearLayout(plasmoid); -layout.setOrientation(QtVertical); +layout.orientation = QtVertical; label = new Label(); layout.addItem(label);