Skip to content

Commit

Permalink
Update dark theme: added refresh button for file dialog (fix #3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 2, 2022
1 parent f9d0e44 commit 05556b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified data/extensions/aseprite-theme/dark/sheet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/extensions/aseprite-theme/dark/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit 05556b3

Please sign in to comment.