#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 22 Oct 2018 10:04:47 +0200
changeset 6458 297f87a2587b
parent 6457 9410312a11cb
child 6459 070961cd245f
#BUGFIX by cg class: ListView class changed: #tab4Positions
ListView.st
--- 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