update lithuanian translation
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index f8a284f1cbea7f1557524e987736fc3a5a0de9b9..a7824f918b011a358fcd727490ad22a9344d59ab 100644 (file)
--- 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