FileBrowserV2SettingsDialog.st
changeset 6035 e2ff0e546070
parent 5522 bed5e6d6248d
child 9581 7ec69c0b21e6
--- a/FileBrowserV2SettingsDialog.st	Tue Sep 21 12:32:17 2004 +0200
+++ b/FileBrowserV2SettingsDialog.st	Tue Sep 21 14:13:16 2004 +0200
@@ -113,7 +113,7 @@
           name: 'Settings Dialog'
           min: (Point 10 10)
           max: (Point 1024 768)
-          bounds: (Rectangle 0 0 369 600)
+          bounds: (Rectangle 0 0 443 621)
           menu: mainMenu
         )
         component: 
@@ -152,7 +152,7 @@
                           translateLabel: true
                           model: doSave
                           enableChannel: enableButtons
-                          extent: (Point 67 22)
+                          extent: (Point 85 22)
                         )
                        (ActionButtonSpec
                           label: 'Apply'
@@ -160,7 +160,7 @@
                           translateLabel: true
                           model: doApply
                           enableChannel: enableButtons
-                          extent: (Point 67 22)
+                          extent: (Point 85 22)
                         )
                        (ActionButtonSpec
                           label: 'Reload'
@@ -168,14 +168,14 @@
                           translateLabel: true
                           model: doReload
                           enableChannel: enableButtons
-                          extent: (Point 67 22)
+                          extent: (Point 85 22)
                         )
                        (ActionButtonSpec
                           label: 'Cancel'
                           name: 'Cancel'
                           translateLabel: true
                           model: doCancel
-                          extent: (Point 67 22)
+                          extent: (Point 85 22)
                         )
                        (ActionButtonSpec
                           label: 'Help'
@@ -183,7 +183,7 @@
                           translateLabel: true
                           model: help
                           enableChannel: enableButtons
-                          extent: (Point 67 22)
+                          extent: (Point 85 22)
                         )
                        )
                      
@@ -329,5 +329,5 @@
 !FileBrowserV2SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.9 2004-02-16 14:17:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsDialog.st,v 1.10 2004-09-21 12:13:16 ca Exp $'
 ! !