UIPainter.st
changeset 92 79473a16fdc9
parent 87 cc6d70449622
child 101 8d674e606a94
--- a/UIPainter.st	Fri Mar 28 19:56:15 1997 +0100
+++ b/UIPainter.st	Thu Apr 03 20:15:23 1997 +0200
@@ -79,7 +79,7 @@
               #'name:' 'uIPainterView'
               #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
               #'label:' 'unnamed'
-              #'bounds:' #(#Rectangle 0 0 300 300)
+              #'bounds:' #(#Rectangle 0 0 300 223)
           )
           #'component:' 
            #(#SpecCollection
@@ -123,7 +123,7 @@
                 )
                  #(#InputFieldSpec
                     #'name:' 'classNameField'
-                    #'layout:' #(#LayoutFrame 120 0 50 0 289 0 69 0)
+                    #'layout:' #(#LayoutFrame 120 0 50 0 289 0 72 0)
                     #'model:' #classNameChannel
                     #'tabable:' true
                     #'immediateAccept:' false
@@ -135,7 +135,7 @@
                 )
                  #(#InputFieldSpec
                     #'name:' 'superclassNameField'
-                    #'layout:' #(#LayoutFrame 120 0 90 0 289 0 109 0)
+                    #'layout:' #(#LayoutFrame 120 0 90 0 289 0 112 0)
                     #'model:' #superclassNameChannel
                     #'tabable:' true
                     #'immediateAccept:' false
@@ -147,7 +147,7 @@
                 )
                  #(#InputFieldSpec
                     #'name:' 'methodNameField'
-                    #'layout:' #(#LayoutFrame 120 0 130 0 289 0 149 0)
+                    #'layout:' #(#LayoutFrame 120 0 130 0 289 0 152 0)
                     #'model:' #methodNameChannel
                     #'tabable:' true
                     #'immediateAccept:' false
@@ -159,7 +159,7 @@
                 )
                  #(#ActionButtonSpec
                     #'name:' 'button1'
-                    #'layout:' #(#LayoutFrame 30 0 250 0 129 0 279 0)
+                    #'layout:' #(#LayoutFrame 30 0 180 0 129 0 209 0)
                     #'label:' 'cancel'
                     #'foregroundColor:' #(#Color 0.0 0.0 0.0)
                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
@@ -170,7 +170,7 @@
                 )
                  #(#ActionButtonSpec
                     #'name:' 'button2'
-                    #'layout:' #(#LayoutFrame 160 0 250 0 259 0 279 0)
+                    #'layout:' #(#LayoutFrame 160 0 180 0 259 0 209 0)
                     #'label:' 'ok'
                     #'foregroundColor:' #(#Color 0.0 0.0 0.0)
                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
@@ -182,19 +182,21 @@
                 )
                  #(#LabelSpec
                     #'name:' 'boxLabel'
-                    #'layout:' #(#LayoutOrigin 78 0 11 0)
-                    #'label:' 'class & selector for code'
+                    #'layout:' #(#LayoutFrame 0 0.0 11 0 0 1.0 32 0)
+                    #'label:' 'class & selector for code:'
                     #'foregroundColor:' #(#Color 0.0 0.0 0.0)
                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
                     #'initiallyInvisible:' false
                     #'translateLabel:' false
                     #'level:' 0
-                    #'adjust:' #center
+                    #'adjust:' #left
                     #'hasCharacterOrientedLabel:' true
                 )
               )
           )
       )
+
+    "Modified: 3.4.1997 / 20:14:32 / cg"
 ! !
 
 !UIPainter methodsFor:'BuilderView interface'!