# HG changeset patch # User Claus Gittinger # Date 1563539801 -7200 # Node ID 1070017213b7f30548f6dd40e0782c41f9e4adc0 # Parent 173ace914343403f7f4262b1c0fc566c8594900b #FEATURE by cg class: MethodFinderWindow class changed: #windowSpec diff -r 173ace914343 -r 1070017213b7 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