FileBrowserV2SettingsAppl.st
branchjv
changeset 16321 e6a4ab0da993
parent 15566 184cea584be5
parent 16316 6149de061037
child 16348 10a6bb733b5d
--- a/FileBrowserV2SettingsAppl.st	Sat Apr 23 06:56:00 2016 +0200
+++ b/FileBrowserV2SettingsAppl.st	Mon Apr 25 06:59:02 2016 +0200
@@ -103,7 +103,7 @@
          name: 'Settings'
          flags: 1
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 627 751)
+         bounds: (Rectangle 0 0 625 766)
        )
        component: 
       (SpecCollection
@@ -120,7 +120,7 @@
                collection: (
                 (FramedBoxSpec
                    label: 'Show'
-                   name: 'FramedBox1'
+                   name: 'ShowBox'
                    labelPosition: topLeft
                    translateLabel: true
                    component: 
@@ -179,11 +179,11 @@
                       )
                     
                    )
-                   extent: (Point 627 250)
+                   extent: (Point 625 250)
                  )
                 (FramedBoxSpec
                    label: 'Sort'
-                   name: 'FramedBox2'
+                   name: 'SortBox'
                    labelPosition: topLeft
                    translateLabel: true
                    component: 
@@ -206,11 +206,11 @@
                       )
                     
                    )
-                   extent: (Point 627 101)
+                   extent: (Point 625 101)
                  )
                 (FramedBoxSpec
                    label: 'Columns in Filelist'
-                   name: 'FramedBox4'
+                   name: 'ColumnsBox'
                    labelPosition: topLeft
                    translateLabel: true
                    component: 
@@ -306,11 +306,11 @@
                       )
                     
                    )
-                   extent: (Point 627 220)
+                   extent: (Point 625 224)
                  )
                 (FramedBoxSpec
                    label: 'Application Notebook'
-                   name: 'FramedBox3'
+                   name: 'ApplicationBox'
                    labelPosition: topLeft
                    translateLabel: true
                    component: 
@@ -365,7 +365,7 @@
                       )
                     
                    )
-                   extent: (Point 627 160)
+                   extent: (Point 625 170)
                  )
                 )
               
@@ -675,10 +675,10 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.38 2015-02-13 10:56:36 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.38 2015-02-13 10:56:36 cg Exp $'
+    ^ '$Header$'
 ! !