#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sun, 24 Apr 2016 15:13:19 +0200
changeset 16316 6149de061037
parent 16314 74ebd0c8c8ba
child 16317 936828ad0b35
#UI_ENHANCEMENT by cg class: FileBrowserV2SettingsAppl changed: #windowSpec geometry
FileBrowserV2SettingsAppl.st
--- a/FileBrowserV2SettingsAppl.st	Fri Apr 22 16:03:11 2016 +0200
+++ b/FileBrowserV2SettingsAppl.st	Sun Apr 24 15:13:19 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$'
 ! !