labels inseted
authortz
Thu, 05 Feb 1998 16:13:20 +0100
changeset 591 efb80a288277
parent 590 c2f5cd223be2
child 592 0383cd70fe79
labels inseted
DirectoryView.st
--- 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
 !