LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   XML modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=23)
-   -   Repositioning LotRO Store icon (https://www.lotrointerface.com/forums/showthread.php?t=1098)

Travisimo 09-27-2010 07:06 AM

Repositioning LotRO Store icon
 
Can anyone give me an example of a code to reposition the LotRO Store icon to the left? I'll deal with details I think, but the basics for it I'm confused on.

daimon 09-27-2010 02:49 PM

Code:

<PanelFile ID="ID_UISkin_Toolbar">
  <Element ID="ToolbarField" X="0" Y="508" Width="1024" Height="200">
<Element ID="Toolbar_WebstoreButton" X="1" Y="1" Width="63" Height="66"></Element>
</Element>
</PanelFile>

That example would move the store button to the upper left corner of the mainbar

Note that the moment you modify anything in PanelFile ID="ID_UISkin_Toolbar" your skin will lose the ability to adapt in different resolutions. The above example would always set the mainbar on the left side of the screen no matter what resolution you use ("ToolbarField" X="0"). That would mean if you want your users to have the mainbar centered they would need to edit those values themselves or you would have to provide the values/skindefs yourself.


All times are GMT -5. The time now is 05:24 PM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI