ProjectBrowser.st
changeset 1237 6d473fbfdf7d
parent 1236 a7dbf8ace3f4
child 1238 af3b724392f4
--- a/ProjectBrowser.st	Fri Sep 24 18:15:34 1999 +0200
+++ b/ProjectBrowser.st	Fri Sep 24 18:29:31 1999 +0200
@@ -83,14 +83,19 @@
         l addUserTool:'Project Builder' 
           action:[ProjectBrowser open] 
           in:#menu 
+          after:'Changes Browser' 
           icon:self projectBrowserIcon 
-          space:true
+          space:false
     ].
 
     "
      self initialize
     "
-
+    "
+     NewLauncher allInstancesDo:[:l |
+        l removeUserTool:'Project Builder'
+     ]
+    "
 ! !
 
 !ProjectBrowser class methodsFor:'help specs'!
@@ -378,7 +383,7 @@
 
     ^Icon
         constantNamed:#'ProjectBrowser projectBrowserIcon'
-        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@L0@@@3L0@@@@@@@3L3@@L3L3@@@@@@L3@3@CL@@3@@@@@CL@@3@CL@@3@@@@@CL@@3@CL@@3@@@@@CL@@3@CLCL3@@@@@@L3P3QCL3MDP@@@@@L3L3P3L3QDA@@@@@L3L3L3L3L3Q@@@@@QDQCL3QDPCQ@@@@@QDP3L4QDACQ@@@@@@@L3L@@@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCP@@@ADQDL3QDQ@QC@@@@ADQDL3QDQ@QC@@@@ADQDL3QDQ@P@@@@@ADQDL3QDQ@@@@@@@@@@@L3@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 132 132 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@FC0@_G8@;LXA#LXA#LXA''??@???@???@???A???A???G???G???G???G???G???G???G???G??>G??<G??8G??0G?? G??@') ; yourself); yourself]!
+        ifAbsentPut:[(Depth4Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@L0@@@3L0@@@@@@@@@@@@L3L0@CL3L0@@@@@@@@@@@3LCL@L0@CL@@@@@@@@@@CL@@3@CL@@3@@@@@@@@@@@3@@L0@3@@L0@@@@@@@@@@L0@CL@L0L3L@@@@@@@@@@@L3P3QCL3MDP@@@@@@@@@@CL3L4L3L4Q@P@@@@@@@@@@3L3L3L3L3MD@@@@@@@@@@QDQCL3QDPCQ@@@@@@@@@@DQDL3MDQ@P4P@@@@@@@@@@@@3L0@@ADMD@@@@@@@@ADQDL3QDQ@QCQ@@@@@@@@@QDQCL4QDPDP4P@@@@@@@@DQDP3MDQDADMD@@@@@@@@ADQDL3QDQ@QCQ@@@@@@@@@QDQCL4QDPDP4P@@@@@@@@DQDP3MDQDADMD@@@@@@@@ADQDL3QDQ@QCP@@@@@@@@@QDQCL4QDPDP0@@@@@@@@@DQDP3MDQDADL@@@@@@@@@ADQDL3QDQ@P@@@@@@@@@@@QDQCL4QDP@@@@@@@@@@@@@@@@3L@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 0 132 132 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@FC0@@G1>@@C,1 @A#LX@@X3F@@F_?<@@???@@O??0@C??<@A???@@_??0@_??<@G???@A???0@_??<@G???@A???0@_??<@G??>@A???@@_?? @G??0@A??8@@_?<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]!
 
 projectsIcon
     "This resource specification was automatically generated