Move pano titel location.

  • Hi Al,

    I am trying to move the title location for my tour. The top of the image below shows the current location, and the bottom image shows my desired location. I've located where the title layer is in the XML file, but when I try to move that layer, it doesn't show up anymore.

    Any thoughts on how I might solve this?

    Right now, I'm just trying to move the title; I'll dive into the font size later.


  • You could move the skin_title to the skin_layer layer and change the align/edge settings.

    Either modify the vtourskin.xml accordingly or add an action like below to do that by script:

    Code
    <action autorun="onstart">
        set(layer[skin_title], parent=skin_layer, align=leftbottom, edge=leftbottom);
    </action>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!