FindFileApplication.st
changeset 5851 0544d65b7c29
parent 5850 9f217d207505
child 5856 68274991f212
--- a/FindFileApplication.st	Mon May 17 10:32:52 2004 +0200
+++ b/FindFileApplication.st	Mon May 17 10:36:04 2004 +0200
@@ -145,7 +145,7 @@
                  (CheckBoxSpec
                     label: 'Use ''locate'' Cmd'
                     name: 'UseLocateCheckBox'
-                    layout: (LayoutFrame -300 1 5 0 -158 1 28 0)
+                    layout: (LayoutFrame -309 1 5 0 -167 1 28 0)
                     visibilityChannel: canUseLocate
                     tabable: true
                     model: useLocate
@@ -154,7 +154,7 @@
                  (CheckBoxSpec
                     label: 'Recursive'
                     name: 'RecursiveSearchCheckBox'
-                    layout: (LayoutFrame -160 1 5 0 -4 1 28 0)
+                    layout: (LayoutFrame -169 1 5 0 -4 1 28 0)
                     tabable: true
                     model: searchRecursively
                     translateLabel: true
@@ -178,7 +178,7 @@
                  (CheckBoxSpec
                     label: 'Directories'
                     name: 'SearchDirectoriesCheckBox'
-                    layout: (LayoutFrame -300 1 29 0 -158 1 52 0)
+                    layout: (LayoutFrame -309 1 29 0 -167 1 52 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: searchDirectories
@@ -187,7 +187,7 @@
                  (CheckBoxSpec
                     label: 'Ignore Case'
                     name: 'IgnoreCaseInNameCheckBox'
-                    layout: (LayoutFrame -160 1 29 0 -4 1 52 0)
+                    layout: (LayoutFrame -169 1 29 0 -4 1 52 0)
                     tabable: true
                     model: ignoreCaseInName
                     translateLabel: true
@@ -211,7 +211,7 @@
                  (CheckBoxSpec
                     label: 'Use ''grep'' Cmd'
                     name: 'UseGrepCheckBox'
-                    layout: (LayoutFrame -300 1 53 0 -158 1 76 0)
+                    layout: (LayoutFrame -309 1 53 0 -167 1 76 0)
                     visibilityChannel: canUseGrep
                     enableChannel: notSearchForSameContents
                     tabable: true
@@ -221,7 +221,7 @@
                  (CheckBoxSpec
                     label: 'Ignore Case'
                     name: 'IgnoreCaseInContentsCheckBox'
-                    layout: (LayoutFrame -160 1 53 0 -4 1 76 0)
+                    layout: (LayoutFrame -169 1 53 0 -4 1 76 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: ignoreCaseInContents
@@ -246,7 +246,7 @@
                  (CheckBoxSpec
                     label: 'Ignore Case'
                     name: 'IgnoreCaseInNotContentsCheckBox'
-                    layout: (LayoutFrame -160 1 77 0 -4 1 100 0)
+                    layout: (LayoutFrame -169 1 77 0 -4 1 100 0)
                     enableChannel: notSearchForSameContents
                     tabable: true
                     model: ignoreCaseInNotContents
@@ -271,7 +271,7 @@
                  (CheckBoxSpec
                     label: 'Cache Info'
                     name: 'RememberInCacheCheckBox'
-                    layout: (LayoutFrame -300 1 101 0 -158 1 124 0)
+                    layout: (LayoutFrame -309 1 101 0 -167 1 124 0)
                     visibilityChannel: canUseGrep
                     enableChannel: searchForSameContents
                     tabable: true
@@ -289,7 +289,7 @@
                  (ActionButtonSpec
                     label: 'Clear Cache'
                     name: 'ClearCacheButton'
-                    layout: (LayoutFrame -160 1 101 0 -35 1 123 0)
+                    layout: (LayoutFrame -169 1 101 0 -44 1 123 0)
                     translateLabel: true
                     model: clearCache
                   )
@@ -1479,5 +1479,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.49 2004-05-17 08:32:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.50 2004-05-17 08:36:04 cg Exp $'
 ! !