DirectoryView.st
changeset 474 7b19423c8b79
parent 473 396ab247a5af
child 502 624dc714fd69
--- a/DirectoryView.st	Fri Jan 23 18:53:14 1998 +0100
+++ b/DirectoryView.st	Fri Jan 23 18:56:46 1998 +0100
@@ -585,7 +585,7 @@
     (aGC registeredImageAt:iconKey) isNil
     ifTrue:
     [
-        ((iconKey == #imageFileIcon) and: [size < 50000])
+        ((iconKey == #imageFileIcon) and: [size < 5000])
         ifTrue:
         [
             Object errorSignal handle: [:ex|]