Quote Originally Posted by Trabzonspor View Post
Skinde formaları küçültmenin bir yolu var mı peki??
Var tabi. indirdiğiniz paketten 3 tane xml dosyası çıkıyor. Bu dosyaları not defteri ile açıp forma boyutlarıyla ilgili satırları bulup değiştirmek gerekiyor.

Mesela "team information.xml"i aç, en alta in ve şu satırları bul:

<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_picture" id="T_hk" scale_picture="false" keep_aspect_ratio="true" height="220" width="220" image_alignment="centre" 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_picture" id="T_ak" scale_picture="false" keep_aspect_ratio="true" height="220" width="220" image_alignment="centre" 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_picture" id="T_tk" scale_picture="false" keep_aspect_ratio="true" height="220" width="220" image_alignment="centre" row="1" col="3"/>
</widget>
Burada kırmızıyla işaretlediğim yani height="220" ve width="220" yazan yerlerdeki 220 değerini istediğin gibi değiştirebilirsin.