Modif Skin


zouzou
 Share

Messages recommandés

bonjour

je souhaite modifier la taille de l'image dans skin.xml

actuellement "l'image" est plus large que long est je souhaite faire l'inverse.

(pour mes icons de jeux = photo jaquette)

merci de votre aide.

<InfoFont>Verdana_10.xpr</InfoFont>

<XImage Top="60" Left="345" width="244" Height="174">icon.png</XImage>

<Image Top="60" Left="345" width="244" Height="174" Source="GameIcon" />

<Image Source="GamePreview" />

</Menu>

.

.

.

.

.

.

<InfoFont>Verdana_10.xpr</InfoFont>

<XImage Top="60" Left="345" width="244" Height="174">icon.png</XImage>

<Image Top="60" Left="345" width="244" Height="174" Source="GameIcon" />

<Image Source="GamePreview" />

</Main>

<ColorScheme>

<MENU_TEXTCOLOR>0xFFFFFFFF</MENU_TEXTCOLOR>

<MENU_ACTIVETEXTCOLOR>0xFFFFFFFF</MENU_ACTIVETEXTCOLOR>

</ColorScheme>

</Skin>

Lien vers le commentaire
Partager sur d'autres sites

Bah c tout con

Voila ton fichier modifié

<InfoFont>Verdana_10.xpr</InfoFont>

<XImage Top="60" Left="345" width="244" Height="174">icon.png</XImage>

<Image Top="60" Left="345" width="244" Height="174" Source="GameIcon" />

<Image Source="GamePreview" />

</Menu>

.

.

.

.

.

.

<InfoFont>Verdana_10.xpr</InfoFont>

<XImage Top="60" Left="345" width="244" Height="174">icon.png</XImage>

<Image Top="60" Left="345" width="174" Height="244" Source="GameIcon" />

<Image Source="GamePreview" />

</Main>

<ColorScheme>

<MENU_TEXTCOLOR>0xFFFFFFFF</MENU_TEXTCOLOR>

<MENU_ACTIVETEXTCOLOR>0xFFFFFFFF</MENU_ACTIVETEXTCOLOR>

</ColorScheme>

</Skin>

Voila, il te suffit de modifier les parametres en rouge

Bil777

Lien vers le commentaire
Partager sur d'autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
 Share