NewLauncher.st
changeset 17741 7dcb59b2df78
parent 17656 c8242390861e
child 17907 8517589b4f38
--- a/NewLauncher.st	Thu Nov 09 21:11:35 2017 +0100
+++ b/NewLauncher.st	Thu Nov 09 22:41:51 2017 +0100
@@ -816,7 +816,6 @@
     "This resource specification was automatically generated
      by the UIPainter of ST/X."
 
-
     "Do not manually edit this!! If it is corrupted,
      the UIPainter may not be able to read the specification."
 
@@ -827,51 +826,54 @@
 
     <resource: #canvas>
 
-    ^
-     #(FullSpec
-        name: #'windowSpec_new'
-        window:
-       (WindowSpec
-          label: 'ST/X Launcher'
-          name: 'ST/X Launcher'
-          min: (Point 374 44)
-          bounds: (Rectangle 0 0 374 202)
-          menu: menu
-          icon: windowIcon
-        )
-        component:
-       (SpecCollection
-          collection: (
-           (MenuPanelSpec
-              name: 'menuToolbarView'
-              layout: (LayoutFrame 0 0.0 0 0 0 1.0 40 0)
-              menu: menuToolbar
-            )
-           (NoteBookViewSpec
-              name: 'NoteBook1'
-              layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
-              level: 0
-              model: selectedTabHolder
-              menu: tabList
-              direction: bottom
-              useIndex: true
-              translateLabel: true
-              canvas: noteBookCanvasHolder
-              keepCanvasAlive: true
-            )
-           (UISubSpecification
-              name: 'infoBarSubSpec'
-              layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
-              majorKey: ToolApplicationModel
-              minorKey: windowSpecForInfoBarWithClock
-              keepSpaceForOSXResizeHandleH: true
-            )
+    ^ 
+    #(FullSpec
+       name: #'windowSpec_new'
+       uuid: '01901a88-c595-11e7-82f7-c42c033b4871'
+       window: 
+      (WindowSpec
+         label: 'ST/X Launcher'
+         name: 'ST/X Launcher'
+         uuid: '01901f06-c595-11e7-82f7-c42c033b4871'
+         min: (Point 374 44)
+         bounds: (Rectangle 0 0 374 202)
+         menu: menu
+         icon: windowIcon
+       )
+       component: 
+      (SpecCollection
+         collection: (
+          (MenuPanelSpec
+             name: 'menuToolbarView'
+             layout: (LayoutFrame 0 0.0 0 0 0 1.0 40 0)
+             uuid: '0190221c-c595-11e7-82f7-c42c033b4871'
+             menu: menuToolbar
            )
-
-        )
-      )
-
-    "Modified (format): / 24-02-2014 / 15:01:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+          (NoteBookViewSpec
+             name: 'NoteBook1'
+             layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
+             uuid: '019024a6-c595-11e7-82f7-c42c033b4871'
+             level: 0
+             model: selectedTabHolder
+             menu: tabList
+             direction: bottom
+             useIndex: true
+             translateLabel: true
+             canvas: noteBookCanvasHolder
+             keepCanvasAlive: true
+           )
+          (UISubSpecification
+             name: 'infoBarSubSpec'
+             layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
+             uuid: '019027a8-c595-11e7-82f7-c42c033b4871'
+             majorKey: ToolApplicationModel
+             minorKey: windowSpecForInfoBarWithClock
+             keepSpaceForOSXResizeHandleH: true
+           )
+          )
+        
+       )
+     )
 !
 
 windowSpec_old