checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 18 Aug 1997 12:42:48 +0200
changeset 1289 9b84a29da934
parent 1288 9f6e0e8c3ab8
child 1290 e4354da51252
checkin from browser
DebugView.st
--- a/DebugView.st	Fri Aug 15 15:30:26 1997 +0200
+++ b/DebugView.st	Mon Aug 18 12:42:48 1997 +0200
@@ -1162,6 +1162,7 @@
 "/                        extent:(1.0 @ (font height * 2))
                             in:self.
     bpanel horizontalLayout:#leftSpace.
+    bpanel verticalLayout:#centerMax.
     bpanel verticalSpace:ViewSpacing // 2.
 
     terminateButton := Button
@@ -1265,7 +1266,7 @@
                                     in:hpanel.
     contextInspector label:'context'.
 
-    "Modified: 3.3.1997 / 21:32:55 / cg"
+    "Modified: 16.8.1997 / 01:23:08 / cg"
 !
 
 initializeMiddleButtonMenu
@@ -3571,6 +3572,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.169 1997-08-14 18:39:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.170 1997-08-18 10:42:48 cg Exp $'
 ! !
 DebugView initialize!