NewLauncher.st
branchjv
changeset 15894 e69292bfd33c
parent 15843 1c2cf683dbd2
parent 15891 6b0a7ca12fe6
child 15927 b134b5ad8d68
equal deleted inserted replaced
15884:9773925891a7 15894:e69292bfd33c
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997-1998 by eXept Software AG
     2  COPYRIGHT (c) 1997-1998 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   910              menu: menuToolbar
   908              menu: menuToolbar
   911            )
   909            )
   912           (ViewSpec
   910           (ViewSpec
   913              name: 'Box1'
   911              name: 'Box1'
   914              layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
   912              layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
   915              level: 1
       
   916              component: 
   913              component: 
   917             (SpecCollection
   914             (SpecCollection
   918                collection: (
   915                collection: (
   919                 (WorkspaceSpec
   916                 (WorkspaceSpec
   920                    name: 'transcriptView'
   917                    name: 'transcriptView'
   921                    layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
   918                    layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   919                    level: #'launcher.editorLevel'
   922                    hasHorizontalScrollBar: true
   920                    hasHorizontalScrollBar: true
   923                    hasVerticalScrollBar: true
   921                    hasVerticalScrollBar: true
   924                    miniScrollerHorizontal: true
   922                    miniScrollerHorizontal: true
   925                    hasKeyboardFocusInitially: false
   923                    hasKeyboardFocusInitially: false
   926                  )
   924                  )
   929              )
   927              )
   930            )
   928            )
   931           (UISubSpecification
   929           (UISubSpecification
   932              name: 'infoBarSubSpec'
   930              name: 'infoBarSubSpec'
   933              layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
   931              layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
       
   932              level: #'infobar.level'
   934              majorKey: ToolApplicationModel
   933              majorKey: ToolApplicationModel
   935              minorKey: windowSpecForInfoBarWithClock
   934              minorKey: windowSpecForInfoBarWithClock
   936              keepSpaceForOSXResizeHandleH: true
   935              keepSpaceForOSXResizeHandleH: true
   937            )
   936            )
   938           )
   937           )