ChoiceBox is now usable with number keys
[vuplus_dvbapp] / data / skin_default.xml
index 3c8fc49..31f7fb9 100644 (file)
@@ -296,8 +296,8 @@ if count > 6:
 offset = 30 * count
 wsizex = textsize[0] + 60
 wsizey = textsize[1] + offset
-if (400 > wsizex):
-       wsizex = 400
+if (450 > wsizex):
+       wsizex = 450
 wsize = (wsizex, wsizey)