# HG changeset patch # User Claus Gittinger # Date 966349152 -7200 # Node ID dcb83b594b142b58fb01a3496875707e22272a3c # Parent c6ef17fe725e834272af85ed09fa64ea55bbb67f default extent diff -r c6ef17fe725e -r dcb83b594b14 SystemStatusMonitor.st --- a/SystemStatusMonitor.st Tue Aug 15 16:18:25 2000 +0200 +++ b/SystemStatusMonitor.st Tue Aug 15 16:19:12 2000 +0200 @@ -1,3 +1,5 @@ +"{ Package: 'stx:libtool' }" + SimpleView subclass:#SystemStatusMonitor instanceVariableNames:'listView listUpdateDelay updateDelay updateBlock listUpdateBlock updateProcess' @@ -209,7 +211,7 @@ preferredExtent "return my preferred extent" - ^ (font widthOf:self titleLine) + 40 @ 100 + ^ (font widthOf:self titleLine) + 40 @ 200 "Modified: 23.1.1997 / 02:35:01 / cg" "Created: 23.1.1997 / 02:51:24 / cg" @@ -218,5 +220,5 @@ !SystemStatusMonitor class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.10 1999-12-14 20:15:32 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.11 2000-08-15 14:19:12 cg Exp $' ! !