checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 19 Apr 1998 20:44:42 +0200
changeset 787 c47746d622b7
parent 786 17a84830f0ee
child 788 8f9f3c3fcf60
checkin from browser
UIPainter.st
--- a/UIPainter.st	Sun Apr 19 18:46:41 1998 +0200
+++ b/UIPainter.st	Sun Apr 19 20:44:42 1998 +0200
@@ -664,11 +664,11 @@
           #window: 
            #(#WindowSpec
               #name: 'GUI Painter'
-              #layout: #(#LayoutFrame 321 0 265 0 840 0 742 0)
+              #layout: #(#LayoutFrame 218 0 175 0 737 0 676 0)
               #label: 'GUI Painter'
               #min: #(#Point 560 460)
               #max: #(#Point 1160 870)
-              #bounds: #(#Rectangle 321 265 841 743)
+              #bounds: #(#Rectangle 218 175 738 677)
               #menu: #menu
               #usePreferredExtent: false
           )
@@ -818,6 +818,8 @@
               )
           )
       )
+
+    "Modified: / 19.4.1998 / 20:43:10 / cg"
 ! !
 
 !UIPainter class methodsFor:'menu specs'!