#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 19 Jul 2019 14:36:41 +0200
changeset 3699 1070017213b7
parent 3698 173ace914343
child 3700 34af8cf33242
#FEATURE by cg class: MethodFinderWindow class changed: #windowSpec
MethodFinderWindow.st
--- a/MethodFinderWindow.st	Fri Jul 19 14:34:48 2019 +0200
+++ b/MethodFinderWindow.st	Fri Jul 19 14:36:41 2019 +0200
@@ -183,7 +183,7 @@
     ^ 
     #(FullSpec
        name: windowSpec
-       uuid: '4698b584-a993-11e9-b8a4-b8f6b1108e05'
+       uuid: 'be8179c6-aa21-11e9-8c78-b8f6b1108e05'
        window: 
       (WindowSpec
          label: 'MethodFinder'
@@ -439,7 +439,7 @@
                                   (LabelSpec
                                      label: 'Selector Pattern:'
                                      name: 'Label1'
-                                     layout: (LayoutFrame 0 0 0 0 0 0.5 25 0)
+                                     layout: (LayoutFrame 0 0 0 0 0 1 25 0)
                                      uuid: '5fb0f908-89f6-11e9-8df0-b8f6b1108e05'
                                      translateLabel: true
                                      adjust: left
@@ -546,8 +546,6 @@
         
        )
      )
-
-    "Modified: / 19-07-2019 / 12:01:07 / Claus Gittinger"
 !
 
 windowSpec_old