Jump to content

Match Titlebar Timeline


steveyisatard

Recommended Posts

Any means of altering the dimensions, to make it longer in particular? Found the code which places it on the titlebar but nothing there denotes any sizing/layout options.

Any assistance would be greatfully recieved.

I'm presuming the code which controls it from match title bar.xml is:

<!--match timeline-->
          <container id="mtml">
            <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

            <!-- an animation just to delay widget hiding-->
            <!--<animation class="fade_animation" trigger_id="hidden" trigger_value="true" start_value="1" end_value="1" duration="1" end_mode="stop"/>-->

            <attachment class="test_multiple_globals_attachment" default_value="true">
              <list id="get_properties">
                <record get_property="TTyp" test_mode="1" value="1" skip_if_null="false"/>
                <record get_property="dtty" test_mode="1" comparison_mode="1" value="53" skip_if_null="false"/>
                <record get_property="Tmts" test_mode="1" comparison_mode="1" value="2" skip_if_null="true"/>
              </list>
              <integer id="set_property" value="hidn"/>
            </attachment>

            <container/>
            <container class="match_flow_graphic_panel">
              <record id="object_property">
                <integer id="get_property" value="objt" />
                <integer id="set_property" value="objt" />
              </record>
            </container>
          </container>

 

Link to post
Share on other sites

It should just fill in the space left between the stuff on the left (teams, score) and continue button on the right, to increase it's size you'll need to reduce the width of the other stuff in the titlebar. (Though if its a custom skin then it will depend on what the skinner has changed, so you might need to check with them).

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...