DirectoryView.st
changeset 591 efb80a288277
parent 590 c2f5cd223be2
child 593 17f3d679fa72
--- a/DirectoryView.st	Thu Feb 05 16:09:07 1998 +0100
+++ b/DirectoryView.st	Thu Feb 05 16:13:20 1998 +0100
@@ -251,6 +251,7 @@
         [:col|
             (fileAttributes includes: col label) ifTrue: [holder add: col]
         ].
+        holder do: [:col| col label: ' ', col label]
     ].
     ^ holder
 !