mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-27 11:37:39 +00:00
Fix editor view background/scrollbar union
This commit is contained in:
parent
a62f12ad09
commit
fad236ad22
@ -56,6 +56,7 @@
|
||||
<color id="editor_sprite_border" value="#000000" />
|
||||
<color id="editor_sprite_bottom_border" value="#41412c" />
|
||||
<color id="editor_layer_edges" value="#0000ff" />
|
||||
<color id="editor_view_face" value="#000000" />
|
||||
<color id="listitem_normal_text" value="#000000" />
|
||||
<color id="listitem_normal_face" value="#ffffff" />
|
||||
<color id="listitem_selected_text" value="#ffffff" />
|
||||
@ -916,6 +917,7 @@
|
||||
</style>
|
||||
|
||||
<style id="editor_view">
|
||||
<background color="editor_view_face" />
|
||||
<border part="editor_normal" />
|
||||
<border part="editor_selected" state="selected" />
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user