fixed layout (change with framedBox - sigh)
authorClaus Gittinger <cg@exept.de>
Thu, 13 Aug 1998 20:18:55 +0200
changeset 951 457d94e33e93
parent 950 3e227dc788be
child 952 c6408190dc6d
fixed layout (change with framedBox - sigh)
ImageEditor.st
--- a/ImageEditor.st	Thu Aug 13 20:17:21 1998 +0200
+++ b/ImageEditor.st	Thu Aug 13 20:18:55 1998 +0200
@@ -365,11 +365,11 @@
           #window: 
            #(#WindowSpec
               #name: 'New Image'
-              #layout: #(#LayoutFrame 102 0 64 0 402 0 182 0)
+              #layout: #(#LayoutFrame 216 0 173 0 516 0 291 0)
               #label: 'New Image'
               #min: #(#Point 10 10)
               #max: #(#Point 1152 900)
-              #bounds: #(#Rectangle 102 64 403 183)
+              #bounds: #(#Rectangle 216 173 517 292)
               #usePreferredExtent: false
           )
           #component: 
@@ -392,7 +392,7 @@
                                    #(
                                      #(#ComboBoxSpec
                                         #name: 'defaultSizesComboBox'
-                                        #layout: #(#LayoutFrame 11 0.0 25 0.0 108 0.0 48 0.0)
+                                        #layout: #(#LayoutFrame -8 0.0 13 0.0 89 0.0 36 0.0)
                                         #model: #selectionOfSize
                                         #type: #string
                                         #comboList: #listOfDefaultSizes
@@ -412,7 +412,7 @@
                                    #(
                                      #(#ComboListSpec
                                         #name: 'colorMapComboBox'
-                                        #layout: #(#LayoutFrame 15 0.0 24 0.0 163 0.0 47 0.0)
+                                        #layout: #(#LayoutFrame -4 0.0 12 0.0 144 0.0 35 0.0)
                                         #model: #selectionOfColorMap
                                         #comboList: #listOfColorMaps
                                         #useIndex: false
@@ -437,7 +437,7 @@
           )
       )
 
-    "Modified: / 31.7.1998 / 01:56:31 / cg"
+    "Modified: / 13.8.1998 / 19:56:22 / cg"
 !
 
 windowSpec