AbstractSettingsApplication.st
changeset 8296 34bfd020dcb3
parent 8279 f1fa62379064
child 8325 1a34a35f4eec
--- a/AbstractSettingsApplication.st	Tue Oct 07 09:56:01 2008 +0200
+++ b/AbstractSettingsApplication.st	Tue Oct 07 13:50:30 2008 +0200
@@ -642,111 +642,96 @@
        (SpecCollection
           collection: (
            (VerticalPanelViewSpec
-              name: 'VerticalPanel2'
-              layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              name: 'VerticalPanel3'
+              layout: (LayoutFrame 0 0 0 0 658 0 767 0)
               horizontalLayout: fit
-              verticalLayout: topSpace
+              verticalLayout: top
               horizontalSpace: 3
-              verticalSpace: 20
+              verticalSpace: 4
               component: 
              (SpecCollection
                 collection: (
-                 (VerticalPanelViewSpec
-                    name: 'VerticalPanel3'
-                    horizontalLayout: fit
-                    verticalLayout: top
-                    horizontalSpace: 3
-                    verticalSpace: 4
-                    component: 
-                   (SpecCollection
-                      collection: (
-                       (FramedBoxSpec
-                          label: 'Build Directory'
-                          name: 'FramedBox1'
-                          labelPosition: topLeft
-                          translateLabel: true
+                 (FramedBoxSpec
+                    label: 'Build Directory'
+                    name: 'FramedBox1'
+                    labelPosition: topLeft
+                    translateLabel: true
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (ViewSpec
+                          name: 'Build Directory'
+                          layout: (LayoutFrame 0 0 0 0 0 1 30 0)
                           component: 
                          (SpecCollection
                             collection: (
-                             (ViewSpec
-                                name: 'Build Directory'
-                                layout: (LayoutFrame 0 0 0 0 0 1 30 0)
-                                component: 
-                               (SpecCollection
-                                  collection: (
-                                   (LabelSpec
-                                      label: 'Build Directory:'
-                                      name: 'BuildDirDirLabel'
-                                      layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
-                                      translateLabel: true
-                                      adjust: right
-                                    )
-                                   (FilenameInputFieldSpec
-                                      name: 'FilenameEntryField1'
-                                      layout: (LayoutFrame 221 0 0 0 0 1 22 0)
-                                      enableChannel: hasRepository
-                                      model: buildDirectory
-                                      acceptOnReturn: true
-                                      acceptOnTab: true
-                                      acceptOnLostFocus: true
-                                      acceptOnPointerLeave: true
-                                      viewClassName: FilenameWidgetWithHistory
-                                      postBuildCallback: postBuildDirectoryField:
-                                    )
-                                   )
-                                 
-                                )
-                              )
-                             (HorizontalPanelViewSpec
-                                name: 'CacheActionsHorizontalPanel'
-                                layout: (LayoutFrame 44 0.25 34 0 0 1 72 0)
-                                horizontalLayout: fitSpace
-                                verticalLayout: center
-                                horizontalSpace: 3
-                                verticalSpace: 3
-                                component: 
-                               (SpecCollection
-                                  collection: (
-                                   (ActionButtonSpec
-                                      label: 'Cleanup'
-                                      name: 'CleanupBuildDirectoryButton'
-                                      translateLabel: true
-                                      tabable: true
-                                      model: cleanupBuildDirectory
-                                      enableChannel: useManager
-                                      extent: (Point 422 22)
-                                    )
-                                   )
-                                 
-                                )
+                             (LabelSpec
+                                label: 'Build Directory:'
+                                name: 'BuildDirDirLabel'
+                                layout: (LayoutFrame 0 0.0 0 0 60 0.25 22 0)
+                                translateLabel: true
+                                adjust: right
+                              )
+                             (FilenameInputFieldSpec
+                                name: 'FilenameEntryField1'
+                                layout: (LayoutFrame 221 0 0 0 0 1 22 0)
+                                enableChannel: localBuild
+                                model: buildDirectory
+                                acceptOnReturn: true
+                                acceptOnTab: true
+                                acceptOnLostFocus: true
+                                acceptOnPointerLeave: true
+                                viewClassName: FilenameWidgetWithHistory
+                                postBuildCallback: postBuildDirectoryField:
                               )
                              )
                            
                           )
-                          extent: (Point 659 95)
-                        )
-                       (ViewSpec
-                          name: 'LocalBuild'
+                        )
+                       (HorizontalPanelViewSpec
+                          name: 'ActionsHorizontalPanel'
+                          layout: (LayoutFrame 62 0.25 27 0 0 1 56 0)
+                          horizontalLayout: fitSpace
+                          verticalLayout: center
+                          horizontalSpace: 3
+                          verticalSpace: 3
                           component: 
                          (SpecCollection
                             collection: (
-                             (CheckBoxSpec
-                                label: 'Local Build (Do not use Repository)'
-                                name: 'CheckBox4'
-                                layout: (LayoutFrame 30 0 5 0 -5 1 27 0)
-                                enableChannel: hasSourceCodeManager
-                                model: localBuild
+                             (ActionButtonSpec
+                                label: 'Cleanup Build Directory'
+                                name: 'CleanupBuildDirectoryButton'
                                 translateLabel: true
+                                tabable: true
+                                model: cleanupBuildDirectory
+                                extent: (Point 401 22)
                               )
                              )
                            
                           )
-                          extent: (Point 659 25)
-                        )
-                       )
-                     
-                    )
-                    extent: (Point 659 768)
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 659 91)
+                  )
+                 (ViewSpec
+                    name: 'LocalBuild'
+                    component: 
+                   (SpecCollection
+                      collection: (
+                       (CheckBoxSpec
+                          label: 'Local Build (Do not use Repository)'
+                          name: 'CheckBox4'
+                          layout: (LayoutFrame 2 0 5 0 -5 1 27 0)
+                          enableChannel: hasSourceCodeManager
+                          model: localBuild
+                          translateLabel: true
+                        )
+                       )
+                     
+                    )
+                    extent: (Point 659 25)
                   )
                  )
                
@@ -14746,5 +14731,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.302 2008-09-25 08:35:09 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.303 2008-10-07 11:50:30 cg Exp $'
+! !