# HG changeset patch # User Claus Gittinger # Date 871900968 -7200 # Node ID 9b84a29da934d6fc0ab27356d3f9f54019af9008 # Parent 9f6e0e8c3ab8d2bb2fe2b6dd424438a6bd89352e checkin from browser diff -r 9f6e0e8c3ab8 -r 9b84a29da934 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!