PDA

View Full Version : [ViX_Misc] EpgListSingle.py : increase EPGSingleColumnScales



Orlandox
22-11-21, 08:38
Hello,

is it possible to change in the EpgListSingle.py the row 60 :

dateScale, timesScale, wideScale = parameters.get("EPGSingleColumnScales", (5.7, 6.0, 1.5)) --> dateScale, timesScale, wideScale = parameters.get("EPGSingleColumnScales", (6.2, 6.0, 1.5))

At finnish language this month (november) is so wide that it doesn't fit without that change.

Huevos
22-11-21, 14:39
Can you post a screenshot of the problem please.

Orlandox
22-11-21, 14:53
First with original dateScale=5.7

62884

62886

Second with changed dateScale=6.2

62885

62887

Huevos
22-11-21, 15:59
So don't modifiy the defaults in the *.py file. That is general settings, based on months represented with 3 characters.

Instead just add an override in "/etc/enigma2" (attached).

That way it will get added to your backup and be restored in future flashes.