default extent
authorClaus Gittinger <cg@exept.de>
Tue, 15 Aug 2000 16:19:12 +0200
changeset 2699 dcb83b594b14
parent 2698 c6ef17fe725e
child 2700 854f2402bc08
default extent
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 $'
 ! !