ListSelectionBox.st
changeset 6636 38d038e2f7c0
parent 6506 0f7404be1444
child 6689 ef1aefd473b3
--- a/ListSelectionBox.st	Tue Jul 16 16:14:15 2019 +0200
+++ b/ListSelectionBox.st	Tue Jul 16 16:40:47 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -346,9 +344,7 @@
     panel bottomInset:(buttonPanel preferredHeight + ViewSpacing).
 
     vbw := v borderWidth.
-    v
-        leftInset:halfSpace+vbw;
-        rightInset:halfSpace+vbw.
+    v leftInset:(halfSpace+vbw) rightInset:(halfSpace+vbw).
 
     selectionList := v scrolledView.
     self makeTabable:selectionList.
@@ -391,6 +387,7 @@
         )
 
     "Modified (format): / 22-03-2012 / 10:30:03 / cg"
+    "Modified: / 16-07-2019 / 16:38:10 / Claus Gittinger"
 !
 
 postRealize