Jump to content

keysi

Members+
  • Posts

    1,439
  • Joined

  • Last visited

Everything posted by keysi

  1. This half-time screen is affected by match mid match review panel.xml and you will find match info Team Score part in lines 42-48. It will link you to the match info overview ibh.xml and you can change the size of the kits in the match/match incidents left ibh and match/match incidents right ibh. But if you will change the size of the kits here, it will change also during the match as it uses the same file for both in match, half-time and post match. You can create copy of it, rename it and link to the new one. There is this code in the match incidents left/right ibh and you just need to change the class and code to decided between logo and kit. <container> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <!-- Need to choose logo or kit, comment out the widget for the one you don't want --> <!-- Logo --> <!-- <widget class="match_team_logo_picture" id="TeLo" image_alignment="top"/> <widget class="object_portrait_picture" id="Tcol" scale_picture="true" keep_aspect_ratio="true" image_alignment="top"/> --> <!-- Kit --> <widget class="kit_picture" id="teKP" scale_picture="true" keep_aspect_ratio="true" image_alignment="top" /> </container>
×
×
  • Create New...