aboutsummaryrefslogtreecommitdiff
path: root/skin.py
diff options
context:
space:
mode:
Diffstat (limited to 'skin.py')
-rw-r--r--skin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/skin.py b/skin.py
index f8a284f1..a7824f91 100644
--- a/skin.py
+++ b/skin.py
@@ -256,6 +256,7 @@ def loadSingleSkinData(desktop, skin, path_prefix):
#print "Resolution:", xres,yres,bpp
from enigma import gFBDC
gFBDC.getInstance().setResolution(xres, yres)
+ desktop.resize(eSize(xres, yres))
if bpp != 32:
# load palette (not yet implemented)
pass