NewLauncher.st
changeset 14034 96b0af8d70a6
parent 13931 3ba366fe8c8f
child 14074 58c1a77c5fdb
--- a/NewLauncher.st	Tue Feb 25 11:42:18 2014 +0100
+++ b/NewLauncher.st	Tue Feb 25 11:42:24 2014 +0100
@@ -800,6 +800,7 @@
     "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."
 
@@ -812,47 +813,49 @@
 
     ^
      #(FullSpec
-	name: #'windowSpec_new'
-	window:
+        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:
+          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
-	    )
-	   )
-
-	)
+          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
+            )
+           )
+
+        )
       )
+
+    "Modified (format): / 24-02-2014 / 15:01:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 windowSpec_old
@@ -5080,14 +5083,14 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.487 2014-02-13 11:55:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.488 2014-02-25 10:42:24 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.487 2014-02-13 11:55:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.488 2014-02-25 10:42:24 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: NewLauncher.st,v 1.487 2014-02-13 11:55:25 cg Exp $'
+    ^ '$Id: NewLauncher.st,v 1.488 2014-02-25 10:42:24 vrany Exp $'
 ! !