I am looking to edit a karaoke skin to move the singer list further up and further left. I have opened the xml file but not sure what would control that movement. As I show music videos between singers, I am looking to move the list more to the top left of the screen. It seems like there is wasted space both left and above right now. That would free up more of the screen for videos instead of the list being kinda in the center of it. Thanks for help you can offer.
发表时间 Sat 11 Jan 25 @ 5:47 pm
Which skin:variation ? usually stuff like that is grouped or panelled with a <pos x="" y="" />
But without knowing which skin I can't tell you more than that.
But without knowing which skin I can't tell you more than that.
发表时间 Sat 11 Jan 25 @ 5:56 pm
The Karaoke OSD 1 (dark-right) - Singer List
发表时间 Sat 11 Jan 25 @ 6:19 pm
line 8 then
<panel visibility="is_karaoke_idle" x="1920-800-200" y="260">
that's the first pos that everything else references.
<panel visibility="is_karaoke_idle" x="1920-800-200" y="260">
that's the first pos that everything else references.
发表时间 Sat 11 Jan 25 @ 6:30 pm
Thank you!
发表时间 Sat 11 Jan 25 @ 6:54 pm