XBMC Community Forum
Moving the on Screen menu lower - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Back Row (/forumdisplay.php?fid=127)
+---- Thread: Moving the on Screen menu lower (/showthread.php?tid=88762)



Moving the on Screen menu lower - johnny_swindle - 2010-12-27 23:01

I looked though previous posts about how to make the necessary modifications to move the main screen menu bar lower.

Sadly, the links in the posts where out of date. Which file should I edit and any recommended settings?

Thanks......


- Sharpe - 2010-12-28 10:34

Hi Johnny

Obviously it's a personal preference thing - but before you do anything make sure that you have tried the other menu settings in the skin options - (namely the smaller and simple controls).

If you then decide that you want to alter things edit the Home.xml in the skin's 720p folder.

Find lines 1492 and 1767 and drop in a:

Code:
<posy>X</posy>

- Where X = the amount you want to move the bar and submenu by. For example using 155 would bring the strip down to the bottom of the screen eg:

Code:
<posy>155</posy>



- johnny_swindle - 2010-12-28 18:21

Sharpe,

Thanks for the info. I have tried the various settings and simply wanted to see what the menu would look lower on the screen but was unclear on how to affect the change.

I really enjoy the Back Row skin. It is one of the best ones out.

Johnny

Sharpe Wrote:Hi Johnny

Obviously it's a personal preference thing - but before you do anything make sure that you have tried the other menu settings in the skin options - (namely the smaller and simple controls).

If you then decide that you want to alter things edit the Home.xml in the skin's 720p folder.

Find lines 1492 and 1767 and drop in a:

Code:
<posy>X</posy>

- Where X = the amount you want to move the bar and submenu by. For example using 155 would bring the strip down to the bottom of the screen eg:

Code:
<posy>155</posy>



RE: Moving the on Screen menu lower - FIBO - 2013-04-11 23:04

can anyone help me with this?

I would like to lower the menu bar in confluence skin (Frodo 12.1) like to down at the bottom of the screen. But in Home.xml I don't have line numbers so maybe someone can point me in the right direction by giving me more "context" then only these line references?

It would really be appriciated.