diff options
Diffstat (limited to 'skin.py')
| -rw-r--r-- | skin.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(* |
