#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 Oct 2017 09:16:56 +0200
changeset 6212 83cd9c4e5d3e
parent 6210 e699fa83a3b2
child 6213 19e9bfd31785
#REFACTORING by cg class: XPToolbarIconLibrary class changed: #sUnit24x24Icon
XPToolbarIconLibrary.st
--- a/XPToolbarIconLibrary.st	Wed Sep 27 15:49:52 2017 +0200
+++ b/XPToolbarIconLibrary.st	Mon Oct 09 09:16:56 2017 +0200
@@ -4621,38 +4621,28 @@
 !
 
 sUnit24x24Icon
-    <resource: #image>
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
     "
      self sUnit24x24Icon inspect
      ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
-     Icon flushCachedIcons"
-    
-    ^ Icon constantNamed:'XPToolbarIconLibrary sUnit24x24Icon'
-        ifAbsentPut:[
-            (Depth4Image new)
-                width:22;
-                height:22;
-                photometric:(#palette);
-                bitsPerSample:(#[ 4 ]);
-                samplesPerPixel:(1);
-                bits:(ByteArray 
-                            fromPackedString:'
-AEUUUUUUUUUUUTAEH"H"H"H"H"H"UEH"H"H"H"H"H"\5T"H"H"H"H"H"\3URH"H"H"H"H"\3MUH"H"H"H"H"\3L5T"H"H"H"H!!DCL3URH"H"H"H!!DEL3MUH"
-HQH"H!!D@T3L5T"H DRH!!D@T3L3URH"HAD!!D@T3L3MUH"H @QD@T3L3L5T"H"T@D@T3L3L3URH"H%@@T3L3L3MUH"H"]PT3L3L3L5T"H"\3T3L3L3L3URH"\3
-L3L3L3L3MUH"\3L3L3L3L3L5T"\3L3L3L3L3L3UR\3L3L3L3L3L3MTT3L3L3L3L3L3MTAEUUUUUUUUUUUT@b');
-                colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 170 170 170 127 127 127 127 127 127 214 132 0 ];
-                mask:((ImageMask new)
-                            width:22;
-                            height:22;
-                            bits:(ByteArray 
-                                        fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8');
-                            yourself);
-                yourself
-        ]
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary class sUnit24x24Icon'
+        ifAbsentPut:[(Depth4Image width:22 height:22) bits:(ByteArray fromPackedString:'
+AEUUUUUUUUUUUTAEH"H"H"H"H"H"UEH"H"H"H"H"H"\5T"H"H"H"H"H"\3URH"H"H"H"H"\3MUH"H"H"H"HQT3L5T"H"H"H"HQESL3URH%DRH"HQDPL3MUH"
+TQD"HQDPT3L5T"H DQHQDPT3L3URH"TADQDPT3L3MUH"H%@QDPT3L3L5T"H"IPDPT3L3L3URH"H"T@T3L3L3MUH"H"\5T3L3L3L5T"H"\3L3L3L3L3URH"\3
+L3L3L3L3MUH"\3L3L3L3L3L5T"\3L3L3L3L3L3UR\3L3L3L3L3L3MTT3L3L3L3L3L3MTAEUUUUUUUUUUUT@b')
+            colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 170 170 170 127 127 127 127 127 127 214 132 0]
+            mask:((ImageMask width:22 height:22) bits:(ByteArray fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8'); yourself); yourself]
 !
 
 stxHome24x24Icon