FileBrowser.st
changeset 17544 fd1f8720e746
parent 17492 bcbb02823530
child 17645 30e327d6ab99
--- a/FileBrowser.st	Tue Jun 20 09:14:31 2017 +0200
+++ b/FileBrowser.st	Tue Jun 20 10:48:56 2017 +0200
@@ -2080,7 +2080,7 @@
     (showingBigImagePreview value == true 
     and:[showingDetails value == true]) ifTrue:[
         fh := fileListView font height.
-        fileListView lineSpacing:(34 - fh max:0).
+        fileListView lineSpacing:((34 - fh) max:0).
     ] ifFalse:[
         fileListView clearView.
         self updateCurrentDirectory.
@@ -2089,8 +2089,9 @@
     fileListView clearView.
     self updateCurrentDirectory
 
-    "Modified: / 4.8.1998 / 13:43:54 / cg"
-    "Created: / 14.8.1998 / 14:17:49 / cg"
+    "Modified: / 04-08-1998 / 13:43:54 / cg"
+    "Created: / 14-08-1998 / 14:17:49 / cg"
+    "Modified (format): / 20-06-2017 / 10:32:59 / cg"
 !
 
 changeDisplayMode