1 ile 9 arası toplam 9 sonuç

Konu: Formalar İçin Boyut Modları (Büyük Formalar)

Hybrid View

  1. #1
    Nesil
    2009
    Yer
    Turksportal
    Mesajlar
    3,984

    Default

    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.

  2. #2

    Default

    Quote Originally Posted by Walter Sakana View Post
    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:



    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.
    Değiştiriyorum o ayaları ama hiç bir değişiklik olmuyor oyun içinde

Mesaj Yetkileri

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •