changed: #windowSpec
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2014 17:39:29 +0200
changeset 14316 482d27940591
parent 14315 0a76133b6b5c
child 14317 72893bcf6179
changed: #windowSpec
CVSSourceCodeManagementSettingsAppl.st
--- a/CVSSourceCodeManagementSettingsAppl.st	Wed May 07 17:39:17 2014 +0200
+++ b/CVSSourceCodeManagementSettingsAppl.st	Wed May 07 17:39:29 2014 +0200
@@ -250,6 +250,7 @@
       (WindowSpec
          label: 'CVS Settings'
          name: 'CVS Settings'
+         flags: 1
          min: (Point 10 10)
          bounds: (Rectangle 0 0 764 589)
        )
@@ -526,7 +527,7 @@
                                      adjust: right
                                      tabable: true
                                      model: addPublicExeptRepository
-                                     extent: (Point 233 28)
+                                     extent: (Point 187 22)
                                      usePreferredHeight: true
                                      usePreferredWidth: true
                                      useDynamicPreferredHeight: true
@@ -596,7 +597,7 @@
                                translateLabel: true
                                tabable: true
                                model: flushSourceCache
-                               extent: (Point 243 30)
+                               extent: (Point 247 30)
                              )
                             (ActionButtonSpec
                                label: 'Condense Cache now'
@@ -604,7 +605,7 @@
                                translateLabel: true
                                tabable: true
                                model: condenseSourceCache
-                               extent: (Point 243 30)
+                               extent: (Point 248 30)
                              )
                             )
                           
@@ -1155,10 +1156,10 @@
 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.37 2014-04-16 19:12:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.38 2014-05-07 15:39:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.37 2014-04-16 19:12:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.38 2014-05-07 15:39:29 cg Exp $'
 ! !