GenericToolbarIconLibrary.st
changeset 6457 9410312a11cb
parent 6446 ffa93f79e6ae
child 6461 0036104e42ed
--- a/GenericToolbarIconLibrary.st	Thu Oct 18 18:45:53 2018 +0200
+++ b/GenericToolbarIconLibrary.st	Sat Oct 20 11:27:25 2018 +0200
@@ -2869,8 +2869,10 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary clock16x16Icon'
-        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@@@A0@]0A7@O^@<HC? G<@_0@\@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@@\@G<@?8C? _?A?<G?0O>@?8A?@A0@@@@@@b') ; yourself); yourself]
+        constantNamed:'GenericToolbarIconLibrary class clock16x16Icon'
+        ifAbsentPut:[(Depth2Image width:16 height:16) bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@ H@@@MW@@@EQT@@-TU8@AUET@@UPA@@EUUP@KUU^@@EUT@@@5\@@@HB@@@@@@@@@@@@@@a')
+            colorMapFromArray:#[0 0 0 255 255 255 97 97 97 128 128 128]
+            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@@@@@@@>@G<@?8G?0_?A?<G?0_?@?8A?@C8@@@@@@b'); yourself); yourself]
 !
 
 colorHistory16x16Icon