From: Felix Domke Date: Wed, 3 Jun 2009 12:56:50 +0000 (+0200) Subject: support scale attribute for epixmap X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=48990707ae3c60707752d3ab5c98e33d49caee9c support scale attribute for epixmap --- diff --git a/skin.py b/skin.py index 3ceb2b4..a76f794 100644 --- a/skin.py +++ b/skin.py @@ -145,6 +145,8 @@ def applySingleAttribute(guiObject, desktop, attrib, value, scale = ((1,1),(1,1) "off": 0, "blend": 2, }[value]) + elif attrib == "scale": + guiObject.setScale(1) elif attrib == "orientation": # used by eSlider try: guiObject.setOrientation(*