ListEditor.st
changeset 1237 bb0e690117d0
parent 1236 590c618a1a05
child 1431 0cc20a8f2f7c
--- a/ListEditor.st	Sun Mar 07 14:39:54 1999 +0100
+++ b/ListEditor.st	Sun Mar 07 17:21:26 1999 +0100
@@ -29,12 +29,12 @@
           #window: 
            #(#WindowSpec
               #name: 'NewApplication'
-              #layout: #(#LayoutFrame 134 0 100 0 433 0 399 0)
+              #layout: #(#LayoutFrame 216 0 173 0 515 0 472 0)
               #level: 0
               #label: 'NewApplication'
               #min: #(#Point 10 10)
               #max: #(#Point 800 553)
-              #bounds: #(#Rectangle 134 100 434 400)
+              #bounds: #(#Rectangle 216 173 516 473)
               #usePreferredExtent: false
           )
           #component: 
@@ -47,6 +47,7 @@
                     #model: #choiceSelection
                     #hasHorizontalScrollBar: true
                     #hasVerticalScrollBar: true
+                    #miniScrollerHorizontal: true
                     #useIndex: true
                     #sequenceList: #choiceList
                 )
@@ -56,6 +57,7 @@
                     #model: #selectionSelection
                     #hasHorizontalScrollBar: true
                     #hasVerticalScrollBar: true
+                    #miniScrollerHorizontal: true
                     #useIndex: true
                     #sequenceList: #selectionList
                 )
@@ -88,8 +90,6 @@
               )
           )
       )
-
-    "Modified: / 7.3.1999 / 00:43:21 / cg"
 ! !
 
 !ListEditor methodsFor:'actions'!
@@ -167,5 +167,5 @@
 !ListEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEditor.st,v 1.2 1999-03-07 13:39:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEditor.st,v 1.3 1999-03-07 16:21:26 cg Exp $'
 ! !