Author Topic: How to fix the buttons in XBOX Style Theater View  (Read 866 times)

sauravm

  • Newbie
  • *
  • Posts: 2


As u can see in the above picture, the play button and other buttons are not in the correct place(inside the circle). Is there anyway to fix this? I love this Cine View but due to this issue, i dont use it. I am using the latest version of MB and latest version of XBOX plugin.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34312
its a known issue for high dpi screens which has already been reported to the skin developer

Greg22000

  • Newbie
  • *
  • Posts: 3
Hi Musicbee community !

To fix it, update the button position in player control (it's just a modification of the the size and/or x and y position ;) ).
=> see line 89 to 92 in file : "...\MusicBee\Plugins\TheaterMode.List\XBOX Music Style.xml" :
Code
...
<element name="#prevbutton" type="Text" xAnchor="Panel.Right" x="-183" yAnchor="Panel.Bottom" y="-56" width="50" font="Webdings" style="Regular" size="11" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayPrevious">9</element>
<element type="Text" xAnchor="Panel.Right" x="-155" yAnchor="Panel.Bottom" y="-60" width="50" font="Webdings" style="Regular" size="18" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayPause" visibleTrigger="Playing">;</element>
<element type="Text" xAnchor="Panel.Right" x="-155" yAnchor="Panel.Bottom" y="-60" width="50" font="Webdings" style="Regular" size="19" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayPause" visibleTrigger="NotPlaying">4</element>
<element type="Text" xAnchor="Panel.Right" x="-115" yAnchor="Panel.Bottom" y="-56" width="50" font="Webdings" style="Regular" size="11" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayNext">:</element>
...

Enjoy  8)  !

Anybody know how to update the source code  ?

My MusicBee version : 3.4.8033 P
Last Edit: September 24, 2022, 11:32:37 PM by Greg22000