fix style config

This commit is contained in:
xianjimli 2019-03-20 11:35:15 +08:00
parent db616f27fe
commit d4141a0f05
4 changed files with 417 additions and 434 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -363,18 +363,19 @@
</style>
</dialog_client>
<scroll_bar>
<scroll_bar_m>
<style name="default">
<normal bg_color="#c0c0c0" fg_color="#808080"/>
<over bg_color="#c0c0c0" fg_color="#808080"/>
<pressed bg_color="#c0c0c0" fg_color="#808080"/>
<normal fg_color="#808080"/>
</style>
</scroll_bar_m>
<scroll_bar_d>
<style name="destkop" border_color="gray">
<normal bg_color="#f0f0f0"/>
<over bg_color="#f0f0f0" />
<pressed bg_color="#f0f0f0" />
</style>
</scroll_bar>
</scroll_bar_d>
<dragger>
<style name="scroll_bar" >

View File

@ -2,6 +2,7 @@
* 2019/03/20
* 支持编译Windows 32 位版本(感谢陈谭提供补丁)
* 修改资源生成脚本对于data数据不限制文件名(DATA类型的资源需带扩展名才能访问)。
* 修改scrollbar的style配置的BUG。
* 2019/03/19
* 增加window\_close\_force函数。