Skip to content

Commit

Permalink
fix: Fix spinner indicator when folder is loading
Browse files Browse the repository at this point in the history
Close #933
  • Loading branch information
equinusocio committed Aug 2, 2016
1 parent d1dfe74 commit 359fdb9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .src/themes/darker/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@

{
"class": "icon_folder_loading",
"layer1.texture":
"layer0.texture":
{
"keyframes":
[
Expand Down
2 changes: 1 addition & 1 deletion .src/themes/default/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

{
"class": "icon_folder_loading",
"layer1.texture":
"layer0.texture":
{
"keyframes":
[
Expand Down
2 changes: 1 addition & 1 deletion .src/themes/lighter/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

{
"class": "icon_folder_loading",
"layer1.texture":
"layer0.texture":
{
"keyframes":
[
Expand Down
2 changes: 1 addition & 1 deletion Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@

{
"class": "icon_folder_loading",
"layer1.texture":
"layer0.texture":
{
"keyframes":
[
Expand Down
2 changes: 1 addition & 1 deletion Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@

{
"class": "icon_folder_loading",
"layer1.texture":
"layer0.texture":
{
"keyframes":
[
Expand Down
2 changes: 1 addition & 1 deletion Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@

{
"class": "icon_folder_loading",
"layer1.texture":
"layer0.texture":
{
"keyframes":
[
Expand Down

0 comments on commit 359fdb9

Please sign in to comment.