# HG changeset patch # User tz # Date 886172384 -3600 # Node ID 3d75219adb326f4e460a80cc1777fb7b0cd162e7 # Parent c39e2ceeaaea9b11a62315333ee996d404aeec21 dialog layout changed diff -r c39e2ceeaaea -r 3d75219adb32 UIPainter.st --- a/UIPainter.st Fri Jan 30 15:57:27 1998 +0100 +++ b/UIPainter.st Fri Jan 30 15:59:44 1998 +0100 @@ -404,11 +404,11 @@ #'window:' #(#WindowSpec #'name:' 'GUI Builder' - #'layout:' #(#LayoutFrame 44 0 416 0 357 0 575 0) + #'layout:' #(#LayoutFrame 238 0 270 0 584 0 429 0) #'label:' 'GUI Builder' #'min:' #(#Point 10 10) #'max:' #(#Point 1152 900) - #'bounds:' #(#Rectangle 44 416 358 576) + #'bounds:' #(#Rectangle 238 270 585 430) #'usePreferredExtent:' false ) #'component:' @@ -424,40 +424,40 @@ #( #(#LabelSpec #'name:' 'selectorLabel' - #'layout:' #(#AlignmentOrigin 63 0.11 39 0 1 0.5) + #'layout:' #(#AlignmentOrigin 77 0.11 39 0 1 0.5) #'label:' 'Selector:' #'adjust:' #right #'resizeForLabel:' true ) #(#InputFieldSpec #'name:' 'methodNameField' - #'layout:' #(#LayoutFrame 67 0.11 28 0 14 1.0 50 0) + #'layout:' #(#LayoutFrame 80 0.11 28 0 14 1.0 50 0) #'tabable:' true #'model:' #methodNameChannel ) #(#LabelSpec #'name:' 'classLabel' - #'layout:' #(#AlignmentOrigin 63 0.11 64 0 1 0.5) + #'layout:' #(#AlignmentOrigin 77 0.11 64 0 1 0.5) #'label:' 'Class:' #'adjust:' #right #'resizeForLabel:' true ) #(#InputFieldSpec #'name:' 'classNameField' - #'layout:' #(#LayoutFrame 67 0.11 53 0 14 1.0 75 0) + #'layout:' #(#LayoutFrame 80 0.11 53 0 14 1.0 75 0) #'tabable:' true #'model:' #classNameChannel ) #(#LabelSpec #'name:' 'superClassLabel' - #'layout:' #(#AlignmentOrigin 63 0.11 89 0 1 0.5) + #'layout:' #(#AlignmentOrigin 77 0.11 89 0 1 0.5) #'label:' 'Superclass:' #'adjust:' #right #'resizeForLabel:' true ) #(#ComboBoxSpec #'name:' 'superclassNameComboBox' - #'layout:' #(#LayoutFrame 67 0.11 78 0 14 1.0 100 0) + #'layout:' #(#LayoutFrame 80 0.11 78 0 14 1.0 100 0) #'tabable:' true #'model:' #superclassNameChannel #'comboList:' #superclassNameDefaults