- UID
- 429644
- 主题
- 0
- 阅读权限
- 30
- 帖子
- 931
- 精华
- 0
- 积分
- 478
- 金钱
- 328
- 荣誉
- 1
- 人气
- 0
- 在线时间
- 418 小时
- 评议
- 0
- 帖子
- 931
- 精华
- 0
- 积分
- 478
- 金钱
- 328
- 荣誉
- 1
- 人气
- 0
- 评议
- 0
|
1024X768的有木有窗口化属性全显示的,把伤病那栏弄低点
我窗口化没问题哦。
不过你可以这样改试试,找到 player profile.xml 文件中的这一段
<layout class="arrange_vertical_attachment" alignment="fill" layout="-13,-4" offset="0" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
<container class="titled_box" title="Attributes" appearance="boxes/titled/home">
<layout class="arrange_vertical_attachment" alignment="fill" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
<widget class="player_attributes_panel" id="patp" auto_size="vertical">
</widget>
</container>
把<layout class="arrange_vertical_attachment" alignment="fill" layout="-13,-4" offset="0" gap="0"/>中的layout="-13,-4"改为layout="-16,-4"试试,反正就是把负值调大点,看看有效不。如果-16还不行,就改成-17,-18,。。。。总会行的。
这是-13的图:
这是-16的图:
属性条那里长了
[ 本帖最后由 xcz1984 于 2009-11-13 11:52 编辑 ] |
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
|