Skip to content

Commit

Permalink
Merge cdd30af into dd55b49
Browse files Browse the repository at this point in the history
  • Loading branch information
maxplaga committed Jul 25, 2018
2 parents dd55b49 + cdd30af commit a3d8d7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ toolIconsToMaterialIcons

^ Dictionary new
at: (ToolIcons abstract storeString) put: nil;
at: (ToolIcons arrowDown storeString) put: #ic_expand_more;
at: (ToolIcons arrowUp storeString) put: #ic_expand_less;
at: (ToolIcons arrowUpAndDown storeString) put: #ic_unfold_more;
at: (ToolIcons arrowDown storeString) put: #ic_arrow_drop_down;
at: (ToolIcons arrowUp storeString) put: #ic_arrow_drop_up;
at: (ToolIcons arrowUpAndDown storeString) put: #ic_swap_vert;
at: (ToolIcons blank storeString) put: #ic_blank;
at: (ToolIcons breakpoint storeString) put: nil;
at: (ToolIcons checkmark storeString) put: nil;
Expand All @@ -19,8 +19,8 @@ toolIconsToMaterialIcons
at: (ToolIcons primitive storeString) put: nil;
at: (ToolIcons stream storeString) put: #ic_input;
at: (ToolIcons string storeString) put: #ic_title;
at: (ToolIcons testGray storeString) put: nil;
at: (ToolIcons testGreen storeString) put: #ic_check_box;
at: (ToolIcons testGray storeString) put: #ic_remove_circle_outline;
at: (ToolIcons testGreen storeString) put: #ic_check_circle;
at: (ToolIcons testOrange storeString) put: #ic_error_outline;
at: (ToolIcons testRed storeString) put: #ic_cancel;
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"clearFilterAutomatically" : "LS 7/12/2018 11:53",
"clearFilterAutomatically:" : "CG 7/11/2018 18:03",
"on:list:selected:changeSelected:menu:keystroke:" : "LS 7/12/2018 13:30",
"toolIconsToMaterialIcons" : "mats 7/10/2018 14:29" },
"toolIconsToMaterialIcons" : "Max 7/25/2018 13:57" },
"instance" : {
"autoDeselect" : "CG 7/11/2018 17:39",
"autoDeselect:" : "CG 7/11/2018 17:39",
Expand Down

0 comments on commit a3d8d7d

Please sign in to comment.