From 48990707ae3c60707752d3ab5c98e33d49caee9c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 3 Jun 2009 14:56:50 +0200 Subject: [PATCH] support scale attribute for epixmap --- skin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skin.py b/skin.py index 3ceb2b49..a76f7942 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(* -- 2.30.2