NewLauncher.st
changeset 15891 6b0a7ca12fe6
parent 15834 b7bbe8714777
child 15894 e69292bfd33c
child 15924 b16f3a159e8b
--- a/NewLauncher.st	Wed Oct 07 01:25:06 2015 +0200
+++ b/NewLauncher.st	Wed Oct 07 01:25:17 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997-1998 by eXept Software AG
 	      All Rights Reserved
@@ -912,13 +910,13 @@
           (ViewSpec
              name: 'Box1'
              layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
-             level: 1
              component: 
             (SpecCollection
                collection: (
                 (WorkspaceSpec
                    name: 'transcriptView'
                    layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                   level: #'launcher.editorLevel'
                    hasHorizontalScrollBar: true
                    hasVerticalScrollBar: true
                    miniScrollerHorizontal: true
@@ -931,6 +929,7 @@
           (UISubSpecification
              name: 'infoBarSubSpec'
              layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
+             level: #'infobar.level'
              majorKey: ToolApplicationModel
              minorKey: windowSpecForInfoBarWithClock
              keepSpaceForOSXResizeHandleH: true