ListView.st
changeset 6458 297f87a2587b
parent 6451 fbed28a55482
child 6471 202a6dcf53d5
--- a/ListView.st	Sat Oct 20 11:27:25 2018 +0200
+++ b/ListView.st	Mon Oct 22 10:04:47 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -482,7 +484,7 @@
     "return an array containing tab positions for 4-col tabs"
 
     ^ #(1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77 81
-	85 89 93 97 101 105 109 113 114 121 125 129 133 137 141 145)
+        85 89 93 97 101 105 109 113 117 121 125 129 133 137 141 145)
 !
 
 tab8Positions