diff -r 60287b8e6165 -r c3e05f350239 SystemBrowser.st --- a/SystemBrowser.st Sat Jul 28 10:08:26 2018 +0200 +++ b/SystemBrowser.st Sat Jul 28 10:08:28 2018 +0200 @@ -835,9 +835,9 @@ abstractMethodIcon - ^ GenericToolbarIconLibrary padLockGrayMiniIcon - - "Modified: / 28-07-2018 / 09:31:14 / Claus Gittinger" + ^ ToolbarIconLibrary padLockGrayMiniIcon + + "Modified: / 28-07-2018 / 10:00:47 / Claus Gittinger" ! addBreakPointIcon @@ -1722,7 +1722,11 @@ ! methodRedefinedBelowIcon + + ^ self small_methodRedefinedBelowIcon + + "Modified: / 28-07-2018 / 09:52:59 / Claus Gittinger" ! nameSpaceIcon @@ -1744,7 +1748,9 @@ packageIcon - ^ ToolbarIconLibrary smallYellowPackageIcon + ^ ToolbarIconLibrary packageIcon + + "Modified: / 28-07-2018 / 09:41:22 / Claus Gittinger" ! packageIconGraySmall @@ -1774,9 +1780,9 @@ padLockBlackMiniIcon - ^ GenericToolbarIconLibrary padLockBlackMiniIcon - - "Modified: / 28-07-2018 / 09:30:13 / Claus Gittinger" + ^ ToolbarIconLibrary padLockBlackMiniIcon + + "Modified: / 28-07-2018 / 10:00:43 / Claus Gittinger" ! padLockBlueMiniIcon @@ -1820,33 +1826,11 @@ ! programImageIcon - - "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 programImageIcon inspect - ImageEditor openOnClass:self andSelector:#programImageIcon" - - ^ Icon constantNamed:#'SystemBrowser class programImageIcon' - ifAbsentPut:[ - (Depth4Image new) - width:13; - height:11; - photometric:(#palette); - bitsPerSample:(#( 4 )); - samplesPerPixel:(1); - bits:(ByteArray - fromPackedString:'@@@@@@@@@@H"H"H"H @BQBH!!D"H@@$P"HQH"@@H"H"DQH @BH"HQDRH@@"H"DQH"@@L3L3DSL0@CL3L1D3L@@3L3L3L3@@@@@@@@@@@b'); - colorMapFromArray:#[ 0 0 0 25 77 77 51 255 255 128 128 0 128 77 0 ]; - mask:((ImageMask new) - width:13; - height:11; - bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a'); - yourself); - yourself - ] + + + ^ ToolbarIconLibrary programImageIcon + + "Modified: / 28-07-2018 / 09:43:41 / Claus Gittinger" ! programMenuIcon @@ -1925,36 +1909,6 @@ ] ! -redLockIcon - - "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 redLockIcon inspect - ImageEditor openOnClass:self andSelector:#redLockIcon" - - ^ Icon constantNamed:#'SystemBrowser class redLockIcon' - ifAbsentPut:[ - (Depth2Image new) - width:9; - height:11; - photometric:(#palette); - bitsPerSample:(#( 2 )); - samplesPerPixel:(1); - bits:(ByteArray - fromPackedString:'@T@@AA@@AA@@EUP@EUP@EQP@EQP@EQP@EAP@AU@@@@@@'); - colorMapFromArray:#[ 0 0 0 255 0 0 ]; - mask:((ImageMask new) - width:9; - height:11; - bits:(ByteArray fromPackedString:'F@@$@BP@_ A>@G8@_ A>@G8@O@@@@@@a'); - yourself); - yourself - ] -! - redThumbDownIcon