More VariablePanel handles
authorStefan Vogel <sv@exept.de>
Mon, 24 Feb 2003 13:13:04 +0100
changeset 4596 6b90dc23de39
parent 4595 09c632988dad
child 4597 5667f8e8a786
More VariablePanel handles
FileBrowserV2.st
--- a/FileBrowserV2.st	Fri Feb 21 22:03:00 2003 +0100
+++ b/FileBrowserV2.st	Mon Feb 24 13:13:04 2003 +0100
@@ -579,6 +579,7 @@
                  #(#'FileBrowserV2UISpecifications::PanelSpec'
                     #name: 'HorizontalPanel'
                     #level: 0
+                    #snapMode: #both
                     #whichView: #first
                     #orientation: #horizontal
                     #visibility: #showDirectoryTree
@@ -604,7 +605,7 @@
                        )
                      
                     )
-                    #handles: #(#Any 0.23 1.0)
+                    #handles: #(#Any 0.225 1.0)
                   )
                  #(#SubCanvasSpec
                     #name: 'FileApplicationNoteBook'
@@ -1410,7 +1411,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.67 2003-02-21 21:03:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.68 2003-02-24 12:13:04 stefan Exp $'
 ! !
 
 FileBrowserV2 initialize!