made it a bit larger for all notbook specs to fit
authorClaus Gittinger <cg@exept.de>
Wed, 28 Jan 1998 23:06:10 +0100
changeset 512 1648b541aab5
parent 511 082c077ff0c7
child 513 a0d00fecb49a
made it a bit larger for all notbook specs to fit
UIPainter.st
--- a/UIPainter.st	Wed Jan 28 20:39:59 1998 +0100
+++ b/UIPainter.st	Wed Jan 28 23:06:10 1998 +0100
@@ -478,11 +478,11 @@
           #'window:' 
            #(#WindowSpec
               #'name:' 'Tree-View'
-              #'layout:' #(#LayoutFrame 166 0 328 0 718 0 788 0)
+              #'layout:' #(#LayoutFrame 18 0 64 0 570 0 589 0)
               #'label:' 'Tree-View'
               #'min:' #(#Point 10 10)
               #'max:' #(#Point 1160 870)
-              #'bounds:' #(#Rectangle 166 328 719 789)
+              #'bounds:' #(#Rectangle 18 64 571 590)
               #'menu:' #menu
               #'usePreferredExtent:' false
           )
@@ -560,7 +560,7 @@
                                                             #'tabable:' true
                                                             #'model:' #accept
                                                             #'enableChannel:' #modifiedChannel
-                                                            #'extent:' #(#Point 180 24)
+                                                            #'extent:' #(#Point 179 24)
                                                         )
                                                       )
                                                   )
@@ -650,6 +650,8 @@
               )
           )
       )
+
+    "Modified: / 28.1.1998 / 20:20:29 / cg"
 ! !
 
 !UIPainter class methodsFor:'menu specs'!