AbstractSettingsApplication.st
changeset 4428 00e398e9c9e5
parent 4427 2daba9a5ad8a
child 4434 cd943991daad
--- a/AbstractSettingsApplication.st	Fri Jan 10 12:37:20 2003 +0100
+++ b/AbstractSettingsApplication.st	Fri Jan 10 12:38:42 2003 +0100
@@ -364,7 +364,7 @@
           #name: 'Byte Code Compiler Settings'
           #min: #(#Point 10 10)
           #max: #(#Point 1024 768)
-          #bounds: #(#Rectangle 16 42 616 556)
+          #bounds: #(#Rectangle 16 46 616 560)
         )
         #component: 
        #(#SpecCollection
@@ -425,32 +425,6 @@
                     #translateLabel: true
                     #extent: #(#Point 600 22)
                   )
-                 #(#ViewSpec
-                    #name: 'Box1'
-                    #component: 
-                   #(#SpecCollection
-                      #collection: #(
-                       #(#LabelSpec
-                          #label: 'Constant Folding:'
-                          #name: 'ConstantFoldingLabel'
-                          #layout: #(#LayoutFrame 0 0 0 0 150 0 22 0)
-                          #translateLabel: true
-                          #adjust: #right
-                        )
-                       #(#PopUpListSpec
-                          #label: 'PopUp List'
-                          #name: 'ConstantFolding'
-                          #layout: #(#LayoutFrame 170 0 0 0 -5 1 22 0)
-                          #tabable: true
-                          #model: #constantFoldingSelection
-                          #menu: #constantFolding
-                          #useIndex: true
-                        )
-                       )
-                     
-                    )
-                    #extent: #(#Point 600 22)
-                  )
                  #(#CheckBoxSpec
                     #label: 'Allow OldStyle Assignment (_)'
                     #name: 'AllowOldStyleAssignment'
@@ -465,20 +439,6 @@
                     #translateLabel: true
                     #extent: #(#Point 600 22)
                   )
-                 #(#CheckBoxSpec
-                    #label: 'Full Debug Info'
-                    #name: 'FullDebugInfo'
-                    #model: #fullDebugSupport
-                    #translateLabel: true
-                    #extent: #(#Point 600 22)
-                  )
-                 #(#CheckBoxSpec
-                    #label: 'Literal Arrays are Immutable'
-                    #name: 'LiteralArraysAreImmutable'
-                    #model: #immutableArrays
-                    #translateLabel: true
-                    #extent: #(#Point 600 22)
-                  )
                  #(#DividerSpec
                     #name: 'Separator4'
                     #extent: #(#Point 600 3)
@@ -570,6 +530,54 @@
                     )
                     #extent: #(#Point 600 160)
                   )
+                 #(#DividerSpec
+                    #name: 'Separator5'
+                    #extent: #(#Point 600 2)
+                  )
+                 #(#CheckBoxSpec
+                    #label: 'Literal Arrays are Immutable'
+                    #name: 'LiteralArraysAreImmutable'
+                    #model: #immutableArrays
+                    #translateLabel: true
+                    #extent: #(#Point 600 22)
+                  )
+                 #(#CheckBoxSpec
+                    #label: 'Full Debug Info'
+                    #name: 'FullDebugInfo'
+                    #model: #fullDebugSupport
+                    #translateLabel: true
+                    #extent: #(#Point 600 22)
+                  )
+                 #(#DividerSpec
+                    #name: 'Separator6'
+                    #extent: #(#Point 600 2)
+                  )
+                 #(#ViewSpec
+                    #name: 'Box1'
+                    #component: 
+                   #(#SpecCollection
+                      #collection: #(
+                       #(#LabelSpec
+                          #label: 'Constant Folding:'
+                          #name: 'ConstantFoldingLabel'
+                          #layout: #(#LayoutFrame 0 0 0 0 150 0 22 0)
+                          #translateLabel: true
+                          #adjust: #right
+                        )
+                       #(#PopUpListSpec
+                          #label: 'PopUp List'
+                          #name: 'ConstantFolding'
+                          #layout: #(#LayoutFrame 170 0 0 0 -5 1 22 0)
+                          #tabable: true
+                          #model: #constantFoldingSelection
+                          #menu: #constantFolding
+                          #useIndex: true
+                        )
+                       )
+                     
+                    )
+                    #extent: #(#Point 600 22)
+                  )
                  )
                
               )
@@ -11618,5 +11626,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.18 2003-01-10 11:37:20 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.19 2003-01-10 11:38:42 cg Exp $'
+! !