• i added to vtourskin.xml this


    <layer name="date" type="container" align="top" width="get:skin_settings.controlbar_width" height="calc:skin_settings.controlbar_height" x="0" y="get:skin_settings.controlbar_offset" onloaded="skin_calc_opened_closed();" zorder="3"
    bgcolor="0x000000"
    bgalpha="0.5"
    bgborder="0 0xFFFFFF 1.0"
    bgroundedge.normal="9"
    bgroundedge.mobile="1"
    bgshadow="0 0 9 0xFFFFFF 0.5" >
    <layer name="date_control_bar_buttons" type="container" align="top" width="100%" height="get:skin_settings.controlbar_height">
    <layer name="date_prev" style="skin_base|skin_glow" crop="0|64|64|64" align="left" x="5" y="0" scale="0.5" alpha="0.5" onclick="if(skin_settings.thumbs_loop, skin_nextscene_loop(-1), skin_nextscene(-1) );" />
    <layer name="date_next" style="skin_base|skin_glow" crop="64|64|64|64" align="right" x="5" y="0" scale="0.5" alpha="0.5" onclick="if(skin_settings.thumbs_loop, skin_nextscene_loop(+1), skin_nextscene(+1) );" />
    </layer>
    </layer>

    it works, but panoramas are in the wrong order from left to right
    how to change their places?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!