# HG changeset patch # User Claus Gittinger # Date 870791422 -7200 # Node ID 3a8a91e6c5fa89cc678b3ddb07963fd04e1ed0c2 # Parent af9ac7e0c25c6ae3b0574688ffb4f75d37c46666 give my listView a fixed font. diff -r af9ac7e0c25c -r 3a8a91e6c5fa MemUsageV.st --- a/MemUsageV.st Tue Aug 05 16:13:13 1997 +0200 +++ b/MemUsageV.st Tue Aug 05 16:30:22 1997 +0200 @@ -70,13 +70,15 @@ l origin:(list originRelativeTo:self) x @ 0.0. - list font:(self font). - l font:(self font). + list font:(EditTextView defaultFont). + l font:(EditTextView defaultFont). list menuHolder:self; menuPerformer:self; menuMessage:#usageMenu. " MemoryUsageView open " + + "Modified: 4.8.1997 / 01:45:20 / cg" ! ! !MemoryUsageView methodsFor:'menu actions'! @@ -468,5 +470,5 @@ !MemoryUsageView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Attic/MemUsageV.st,v 1.24 1997-03-02 10:23:12 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Attic/MemUsageV.st,v 1.25 1997-08-05 14:30:22 cg Exp $' ! ! diff -r af9ac7e0c25c -r 3a8a91e6c5fa MemoryUsageView.st --- a/MemoryUsageView.st Tue Aug 05 16:13:13 1997 +0200 +++ b/MemoryUsageView.st Tue Aug 05 16:30:22 1997 +0200 @@ -70,13 +70,15 @@ l origin:(list originRelativeTo:self) x @ 0.0. - list font:(self font). - l font:(self font). + list font:(EditTextView defaultFont). + l font:(EditTextView defaultFont). list menuHolder:self; menuPerformer:self; menuMessage:#usageMenu. " MemoryUsageView open " + + "Modified: 4.8.1997 / 01:45:20 / cg" ! ! !MemoryUsageView methodsFor:'menu actions'! @@ -468,5 +470,5 @@ !MemoryUsageView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/MemoryUsageView.st,v 1.24 1997-03-02 10:23:12 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/MemoryUsageView.st,v 1.25 1997-08-05 14:30:22 cg Exp $' ! ! diff -r af9ac7e0c25c -r 3a8a91e6c5fa SystemStatusMonitor.st --- a/SystemStatusMonitor.st Tue Aug 05 16:13:13 1997 +0200 +++ b/SystemStatusMonitor.st Tue Aug 05 16:30:22 1997 +0200 @@ -94,7 +94,7 @@ v origin:0.0@0.0 corner:1.0@1.0. listView := v scrolledView. - listView font:font. + listView font:(EditTextView defaultFont). listView menuHolder:self; menuPerformer:self; menuMessage:#statusMenu. listView multipleSelectOk:true. @@ -115,7 +115,7 @@ ProcessMonitor open " - "Modified: 23.1.1997 / 03:21:14 / cg" + "Modified: 4.8.1997 / 01:44:47 / cg" ! mapped @@ -206,5 +206,5 @@ !SystemStatusMonitor class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.4 1997-03-02 10:23:46 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.5 1997-08-05 14:30:01 cg Exp $' ! !