*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 28 Jul 1997 16:50:21 +0200
changeset 265 28478a237d91
parent 264 83a592912306
child 266 dd70070d6652
*** empty log message ***
UIPainter.st
--- a/UIPainter.st	Mon Jul 28 16:44:21 1997 +0200
+++ b/UIPainter.st	Mon Jul 28 16:50:21 1997 +0200
@@ -310,54 +310,54 @@
                #(
                  #(#LabelSpec
                     #'name:' 'classLabel'
-                    #'layout:' #(#AlignmentOrigin 45 0.11 51 0 1 0.5)
+                    #'layout:' #(#AlignmentOrigin 50 0.11 51 0 1 0.5)
                     #'label:' 'class:'
                     #'adjust:' #right
                     #'resizeForLabel:' true
                 )
                  #(#LabelSpec
                     #'name:' 'superClassLabel'
-                    #'layout:' #(#AlignmentOrigin 45 0.11 77 0 1 0.5)
+                    #'layout:' #(#AlignmentOrigin 50 0.11 77 0 1 0.5)
                     #'label:' 'superclass:'
                     #'adjust:' #right
                     #'resizeForLabel:' true
                 )
                  #(#LabelSpec
                     #'name:' 'selectorLabel'
-                    #'layout:' #(#AlignmentOrigin 45 0.11 105 0 1 0.5)
+                    #'layout:' #(#AlignmentOrigin 50 0.11 105 0 1 0.5)
                     #'label:' 'selector:'
                     #'adjust:' #right
                     #'resizeForLabel:' true
                 )
                  #(#InputFieldSpec
                     #'name:' 'methodNameField'
-                    #'layout:' #(#LayoutFrame 47 0.11 95 0 -5 1.0 117 0)
+                    #'layout:' #(#LayoutFrame 51 0.11 95 0 -2 1.0 117 0)
                     #'tabable:' true
                     #'model:' #methodNameChannel
                 )
                  #(#LabelSpec
                     #'name:' 'boxLabel'
-                    #'layout:' #(#Point 5 10)
+                    #'layout:' #(#Point 2 10)
                     #'label:' 'class & selector for code:'
                     #'adjust:' #left
                     #'resizeForLabel:' true
                 )
                  #(#InputFieldSpec
                     #'name:' 'classNameField'
-                    #'layout:' #(#LayoutFrame 47 0.11 39 0 -5 1.0 61 0)
+                    #'layout:' #(#LayoutFrame 51 0.11 39 0 -2 1.0 61 0)
                     #'tabable:' true
                     #'model:' #classNameChannel
                 )
                  #(#ComboBoxSpec
                     #'name:' 'comboBox1'
-                    #'layout:' #(#LayoutFrame 47 0.11 67 0 -5 1.0 89 0)
+                    #'layout:' #(#LayoutFrame 51 0.11 67 0 0 1.0 89 0)
                     #'tabable:' true
                     #'model:' #superclassNameChannel
                     #'comboList:' #superclassNameDefaults
                 )
                  #(#HorizontalPanelViewSpec
                     #'name:' 'commitPanel'
-                    #'layout:' #(#LayoutFrame 0 0.0 -24 1.0 0 1.0 0 1.0)
+                    #'layout:' #(#LayoutFrame 0 0.0 -26 1.0 0 1.0 -2 1.0)
                     #'component:' 
                      #(#SpecCollection
                         #'collection:' 
@@ -367,7 +367,7 @@
                               #'label:' 'cancel'
                               #'tabable:' true
                               #'model:' #cancel
-                              #'extent:' #(#Point 191 24)
+                              #'extent:' #(#Point 190 24)
                           )
                            #(#ActionButtonSpec
                               #'name:' 'button2'
@@ -375,7 +375,7 @@
                               #'tabable:' true
                               #'isDefault:' true
                               #'model:' #accept
-                              #'extent:' #(#Point 191 24)
+                              #'extent:' #(#Point 190 22)
                           )
                         )
                     )
@@ -388,7 +388,7 @@
           )
       )
 
-    "Modified: 24.6.1997 / 18:50:14 / cg"
+    "Modified: 28.7.1997 / 16:49:49 / cg"
 !
 
 windowSpec