OpenViX / enigma2

GNU General Public License v2.0
58 stars 107 forks source link

Dynamic size for Main Menu #1014

Closed DimitarCC closed 7 months ago

DimitarCC commented 7 months ago

[Added] Possibility to use List source with Addons [Added] New addon for Main menu rendering [Added] new events in Screen and List

Orlandoxx commented 7 months ago

Hello, MainMenu.py : there is a typo on line 85 : def setManWidth(self, value): --> def setMaxWidth(self, value):

DimitarCC commented 7 months ago

Indeed. Fixed.