Jump to content

Displaying Larger Kits in Team Information Screen


Recommended Posts

Tried making changes - nothing has worked.

The XML I've changed it to is below (basically increased the relevant bits by 100 pixels)

   <!-- licensed kits table -->
   <widget class="table" id="tiki" height="400">
     <flags id="layo" value="-1,350,350,350,-1"/>
     <flags id="mode" value="fill_rows, stripe_rows"/>
     <boolean id="auto_size_rows" value="true"/>
     <boolean id="fixed_size_rows" value="false"/>
     <boolean id="sort_disabled" value="true"/>
     <list id="headings">
       <record text="Kit" column_span="5" alignment="left, centre_y"/>
     </list>
     <widget class="label" text="Home[COMMENT: team_information_panel; Home Kit Graphic Title]" row="0" col="1" alignment="centre_x" auto_size="vertical"/>
  <widget class="kit_panel" id="T_hk" width="320" height="320" row="1" col="1"/>
     <widget class="label" text="Away[COMMENT: team_information_panel; Away Kit Graphic Title]" row="0" col="2" alignment="centre_x" auto_size="vertical"/>
  <widget class="kit_panel" id="T_ak" width="320" height="320" row="1" col="2"/>
     <widget class="label" id="T_tl" text="Third[COMMENT: team_information_panel; Third Kit Graphic Title]" row="0" col="3" alignment="centre_x" auto_size="vertical"/>
  <widget class="kit_panel" id="T_tk" width="320" height="320" row="1" col="3"/>
   </widget>

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...