AbstractSettingsApplication.st
changeset 16925 782bbb325250
parent 16924 b1a7600d559b
child 16943 3e04cb80244f
--- a/AbstractSettingsApplication.st	Tue Oct 11 15:54:15 2016 +0200
+++ b/AbstractSettingsApplication.st	Tue Oct 11 16:09:04 2016 +0200
@@ -514,10 +514,10 @@
 
     <resource: #canvas>
 
-    ^
+    ^ 
     #(FullSpec
        name: windowSpecForDialog
-       window:
+       window: 
       (WindowSpec
          label: 'NewApplication'
          name: 'NewApplication'
@@ -525,7 +525,7 @@
          min: (Point 10 10)
          bounds: (Rectangle 0 0 531 488)
        )
-       component:
+       component: 
       (SpecCollection
          collection: (
           (SubCanvasSpec
@@ -545,7 +545,7 @@
              horizontalSpace: 3
              verticalSpace: 3
              reverseOrderIfOKAtLeft: true
-             component:
+             component: 
             (SpecCollection
                collection: (
                 (ActionButtonSpec
@@ -566,11 +566,12 @@
                    extent: (Point 159 25)
                  )
                 )
-
+              
              )
+             keepSpaceForOSXResizeHandleH: true
            )
           )
-
+        
        )
      )
 ! !
@@ -17244,11 +17245,28 @@
                          component: 
                         (SpecCollection
                            collection: (
-                            (CheckBoxSpec
-                               label: 'standard styles only'
-                               name: 'CheckBox1'
-                               model: showStandardStylesOnly
-                               translateLabel: true
+                            (ViewSpec
+                               name: 'Box4'
+                               component: 
+                              (SpecCollection
+                                 collection: (
+                                  (CheckBoxSpec
+                                     label: 'standard styles only'
+                                     name: 'CheckBox1'
+                                     layout: (LayoutFrame 0 0 0 0 -150 1 0 1)
+                                     model: showStandardStylesOnly
+                                     translateLabel: true
+                                   )
+                                  (CheckBoxSpec
+                                     label: 'Preview'
+                                     name: 'CheckBox2'
+                                     layout: (AlignmentOrigin 0 1 17 0 1 0.5)
+                                     model: previewVisibleHolder
+                                     translateLabel: true
+                                   )
+                                  )
+                                
+                               )
                                extent: (Point 562 35)
                              )
                             (SequenceViewSpec
@@ -17289,13 +17307,6 @@
                    resizeForLabel: true
                    adjust: left
                  )
-                (CheckBoxSpec
-                   label: 'Preview'
-                   name: 'CheckBox2'
-                   layout: (AlignmentOrigin 0 1 17 0 1 0.5)
-                   model: previewVisibleHolder
-                   translateLabel: true
-                 )
                 )
               
              )