class: FileBrowserV2SettingsAppl
authorClaus Gittinger <cg@exept.de>
Tue, 25 Jun 2013 16:04:25 +0200
changeset 13007 d71b508f4592
parent 13006 f5c4d034874d
child 13008 5a6aa47004f0
class: FileBrowserV2SettingsAppl changed: #windowSpec
FileBrowserV2SettingsAppl.st
--- a/FileBrowserV2SettingsAppl.st	Tue Jun 25 15:50:19 2013 +0200
+++ b/FileBrowserV2SettingsAppl.st	Tue Jun 25 16:04:25 2013 +0200
@@ -97,14 +97,14 @@
           label: 'Settings'
           name: 'Settings'
           min: (Point 10 10)
-          bounds: (Rectangle 0 0 469 622)
+          bounds: (Rectangle 0 0 620 559)
         )
         component: 
        (SpecCollection
           collection: (
            (VerticalPanelViewSpec
               name: 'VerticalPanel2'
-              layout: (LayoutFrame 0 0 0 0 0 1 591 0)
+              layout: (LayoutFrame 0 0 0 0 0 1 0 1)
               horizontalLayout: fit
               verticalLayout: top
               horizontalSpace: 3
@@ -165,7 +165,7 @@
                        )
                      
                     )
-                    extent: (Point 469 175)
+                    extent: (Point 620 175)
                   )
                  (FramedBoxSpec
                     label: 'Sort'
@@ -192,7 +192,7 @@
                        )
                      
                     )
-                    extent: (Point 469 87)
+                    extent: (Point 620 87)
                   )
                  (FramedBoxSpec
                     label: 'Columns in Filelist'
@@ -292,7 +292,7 @@
                        )
                      
                     )
-                    extent: (Point 469 174)
+                    extent: (Point 620 174)
                   )
                  (FramedBoxSpec
                     label: 'Application Notebook'
@@ -304,12 +304,11 @@
                       collection: (
                        (VerticalPanelViewSpec
                           name: 'VerticalPanel3'
-                          layout: (LayoutFrame 0 0 0 0 0 1 0 1)
-                          horizontalLayout: center
-                          verticalLayout: center
+                          layout: (LayoutFrame 0 0 5 0 0 1 0 1)
+                          horizontalLayout: left
+                          verticalLayout: top
                           horizontalSpace: 3
                           verticalSpace: 3
-                          elementsChangeSize: true
                           component: 
                          (SpecCollection
                             collection: (
@@ -344,7 +343,7 @@
                        )
                      
                     )
-                    useDefaultExtent: true
+                    extent: (Point 620 108)
                   )
                  )
                
@@ -636,10 +635,10 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.30 2013-06-25 13:50:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.31 2013-06-25 14:04:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.30 2013-06-25 13:50:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.31 2013-06-25 14:04:25 cg Exp $'
 ! !