mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
fix style config
This commit is contained in:
parent
db616f27fe
commit
d4141a0f05
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -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" >
|
||||
|
@ -2,6 +2,7 @@
|
||||
* 2019/03/20
|
||||
* 支持编译Windows 32 位版本(感谢陈谭提供补丁)
|
||||
* 修改资源生成脚本,对于data数据,不限制文件名(DATA类型的资源需带扩展名才能访问)。
|
||||
* 修改scrollbar的style配置的BUG。
|
||||
|
||||
* 2019/03/19
|
||||
* 增加window\_close\_force函数。
|
||||
|
Loading…
Reference in New Issue
Block a user