修改飞信的界面(皮肤)的默认大小

 

首先找到飞信的安装目录(默认为:C:\Program Files\Fetion\)
打开Theme这个装皮肤的文件夹,里面有几个文件,分别是:default(默认皮肤)、mzone(动感地带皮肤)等等

要是在使用默认的皮肤就打开“default”这个文件夹,用记事本打开“config.xml”文件(右键该文件,选择“编辑”)

里面的代码如下:

minWidth="200" minHeight="470" titleHeight="29" backgroundTL="BackgroundTL.png" backgroundT="BackgroundT.png"
backgroundTR="BackgroundTR.png" backgroundL="BackgroundL.png" backgroundC="BackgroundC.png" backgroundR="BackgroundR.png"
backgroundBL="BackgroundBL.png" backgroundB="BackgroundB.png" backgroundBR="BackgroundBR.png" resize="resize.png"
transColor="0xff00ff">

............

[color=Yellow]解释一下:
minWidth="200" 这个就是控制皮肤最小的宽度
minHeight="470" 这个就是控制皮肤最小的高度[/color]

所以我们只要修改这里面的数字即可对皮肤的最小进行修改了。

Related Posts