FileBrowserV2.st
changeset 12326 33d33bae5c8c
parent 12116 a31c1a79bc76
child 12336 527f2109c9f0
--- a/FileBrowserV2.st	Mon Jan 21 14:53:33 2013 +0100
+++ b/FileBrowserV2.st	Mon Jan 21 15:09:43 2013 +0100
@@ -642,7 +642,7 @@
                        (ProgressIndicatorSpec
                           name: 'ProgressIndicator1'
                           layout: (LayoutFrame 5 0.0 -7 0.5 -5 1.0 7 0.5)
-                          backgroundColor: (Color 0.0 66.666666666667 66.666666666667)
+                          backgroundColor: (Color 0.0 66.6666666666667 66.6666666666667)
                           isActivityIndicator: true
                         )
                        )
@@ -693,6 +693,7 @@
                  )
                
               )
+              keepSpaceForOSXResizeHandle: true
             )
            (LabelSpec
               label: 'Preview'
@@ -701,7 +702,7 @@
               level: 0
               borderWidth: 1
               visibilityChannel: previewVisibleHolder
-              backgroundColor: (Color 86.999313344015 86.999313344015 86.999313344015)
+              backgroundColor: (Color 86.9993133440147 86.9993133440147 86.9993133440147)
               translateLabel: true
             )
            (ArbitraryComponentSpec
@@ -2006,7 +2007,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.203 2013-01-17 11:18:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.204 2013-01-21 14:09:43 cg Exp $'
 ! !