mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Update dark theme: added refresh button for file dialog (fix #3355)
This commit is contained in:
parent
f9d0e441d3
commit
05556b30ba
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -196,6 +196,8 @@
|
||||
<part id="combobox_arrow_right" x="99" y="196" w="9" h="9" />
|
||||
<part id="combobox_arrow_right_selected" x="115" y="196" w="9" h="9" />
|
||||
<part id="combobox_arrow_right_disabled" x="131" y="196" w="9" h="9" />
|
||||
<part id="arrow_circle_cw" x="99" y="243" w="10" h="10" />
|
||||
<part id="arrow_circle_cw_selected" x="115" y="243" w="10" h="10" />
|
||||
<part id="newfolder" x="99" y="211" w="9" h="9" />
|
||||
<part id="newfolder_selected" x="115" y="211" w="9" h="9" />
|
||||
<part id="list_view" x="96" y="224" w="9" h="9" />
|
||||
@ -651,6 +653,10 @@
|
||||
<icon part="combobox_arrow_up_selected" state="selected" />
|
||||
<icon part="combobox_arrow_up_disabled" state="disabled" />
|
||||
</style>
|
||||
<style id="refresh_button" extends="mini_button">
|
||||
<icon part="arrow_circle_cw" />
|
||||
<icon part="arrow_circle_cw_selected" state="selected" />
|
||||
</style>
|
||||
<style id="new_folder_button" extends="mini_button">
|
||||
<icon part="newfolder" />
|
||||
<icon part="newfolder_selected" state="selected" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user