Hi,
how can I change the size of the Media Center plug-in from 720P to 1080P so it uses the full screen? Its taking up 2/3 of the screen and its hard to read text etc.
I'm using OpenViX 6.0.008 (2022-02-14).

I tried manually changing the size from 720P to 1080P in the skin.xml file and it still displays

/usr/lib/enigma2/python/Plugins/Extensions/BMediaCenter/skins/defaultHD/skin.xml, examples of where I changed it

- <screen name="DMC_MainMenu" position="0,0" size="1280,720" title="Home" flags="wfNoBorder" backgroundColor="#000">
- <ePixmap name="mb_bg" position="0,0" zPosition="0" size="1280,720" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/BMediaCenter/skins/defaultHD/images/background.png"/>
+ <screen name="DMC_MainMenu" position="0,0" size="1920,1080" title="Home" flags="wfNoBorder" backgroundColor="#000">
+ <ePixmap name="mb_bg" position="0,0" zPosition="0" size="1920,1080" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/BMediaCenter/skins/defaultHD/images/background.png"/>

Thanks