Jump to content

Resizing the scout report circles (green/red)?


fenomeno9

Recommended Posts

Hi guys.

I am creating a new version of the Vitrex skin for this year, but as last year was my first in skinning, and i have had so much work lately, i seem to have forgotten bits and pieces when it comes to coding/skinning.

Therefore i have i question regarding the scouting report panel seen in the upper right hand corner of this player profile overview:

ZRKM3g2.jpg

I want to reduce the size of the circles to allow more text to be seen in the scout report here - which file do i need to look for?

Thanks.

Link to post
Share on other sites

Thanks wkdsoul.

I assume you mean 'scout report pro con.xml'?

Here is all of the code in the xml file. I guess the red line is the one i want to look for. But do i need to add 'height'/'width' paramteres or how is it done?

<?xml version='1.0' encoding='utf-8'?>

<panel auto_size="vertical">

<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="4" do_not_size="true" />

<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="4"/>

<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="4" />

<container id="outr">

<layout class="centre_in_parent_attachment" alignment="vertical" offset="0" layout_children="true"/>

<layout class="fit_children_attachment" alignment="vertical" offset="0" gap="0"/>

<layout class="arrange_horizontal_attachment" alignment="left, extend" offset="0" gap="10" />

<widget class="picture" id="icon" auto_size="all" >

</widget>

<container id="iner">

<layout class="arrange_vertical_attachment" alignment="top" offset="5" gap="0" do_not_size="true" />

<layout class="fit_children_attachment" alignment="vertical,fill" offset="5" gap="0"/>

<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />

<widget class="label" id="titl" spex="text,large" size="9" auto_size="vertical" colour="disabled">

</widget>

<widget class="text" id="desc" spex="text,large" size="11" auto_size="vertical">

</widget>

</container>

</container>

<widget class="picture" file="dividers/standard/horizontal/line" height="4"/>

</panel>

Link to post
Share on other sites

i think thats the right one, i was close.

i think you should be able to replace the auto_size="all", with height="25" width="25" if i remember right. Have a play, i can defo confirm when i get in.

20j3joh.jpg - i know it can be done.

EDIT: Ahh no problem.

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