#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sat, 10 Nov 2018 00:36:12 +0100
changeset 18521 2f7064ec0374
parent 18520 efdf10a05363
child 18522 abbfc74aa427
#REFACTORING by cg class: SystemStatusMonitor added: #computePreferredExtent removed: #preferredExtent
SystemStatusMonitor.st
--- a/SystemStatusMonitor.st	Sat Nov 10 00:21:48 2018 +0100
+++ b/SystemStatusMonitor.st	Sat Nov 10 00:36:12 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -417,13 +419,12 @@
 
 !SystemStatusMonitor methodsFor:'queries'!
 
-preferredExtent
+computePreferredExtent
     "return my preferred extent"
 
     ^ ((self font widthOf:self titleLine) + 400) @ 250
 
-    "Modified: 23.1.1997 / 02:35:01 / cg"
-    "Created: 23.1.1997 / 02:51:24 / cg"
+    "Created: / 09-11-2018 / 20:01:19 / Claus Gittinger"
 ! !
 
 !SystemStatusMonitor methodsFor:'user actions'!