AbstractSettingsApplication.st
changeset 6013 7e8dd712b45f
parent 6012 6736ffa4ba2f
child 6014 5ec12867ba18
--- a/AbstractSettingsApplication.st	Tue Sep 14 17:56:37 2004 +0200
+++ b/AbstractSettingsApplication.st	Tue Sep 14 18:00:41 2004 +0200
@@ -5423,14 +5423,14 @@
           label: 'Display settings'
           name: 'Display settings'
           min: (Point 10 10)
-          bounds: (Rectangle 0 0 510 566)
+          bounds: (Rectangle 0 0 411 387)
         )
         component: 
        (SpecCollection
           collection: (
            (VerticalPanelViewSpec
               name: 'VerticalPanel1'
-              layout: (LayoutFrame 0 0 0 0 509 0 549 0)
+              layout: (LayoutFrame 0 0 0 0 0 1 377 0)
               horizontalLayout: fitSpace
               verticalLayout: topSpace
               horizontalSpace: 5
@@ -5439,87 +5439,99 @@
              (SpecCollection
                 collection: (
                  (CheckBoxSpec
-                    label: 'Use Native Widgets (Experimental & Unfinished Feature)'
+                    label: 'Use Native Widgets (Experimental & Unfinished Win32 Feature)'
                     name: 'nativeWidgets'
                     enableChannel: displaySupportsNativeWidgets
                     model: nativeWidgets
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (ViewSpec
                     name: 'SeparatingSpace1'
-                    extent: (Point 499 5)
+                    extent: (Point 401 5)
                   )
                  (DividerSpec
                     name: 'Separator1'
-                    extent: (Point 499 4)
+                    extent: (Point 401 4)
                   )
                  (ViewSpec
                     name: 'SeparatingSpace2'
-                    extent: (Point 499 5)
+                    extent: (Point 401 5)
                   )
                  (CheckBoxSpec
                     label: 'Shadows under PopUp Views'
                     name: 'shadows'
                     model: shadows
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Beeper enabled'
                     name: 'beepEnabled'
                     model: beepEnabled
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Boxes Return Focus to Previously Active View'
                     name: 'returnFocus'
                     model: returnFocus
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Views Catch Focus when Mapped'
                     name: 'takeFocus'
                     model: takeFocus
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Show Accelerator Keys in Menus'
                     name: 'showAccelerators'
                     model: showAccelerators
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Raise & Activate Windows on Click'
                     name: 'activateOnClick'
                     model: activateOnClick
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Focus Follows Mouse'
                     name: 'focusFollowsMouse'
                     model: focusFollowsMouse
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Opaque Variable Panel Resizing'
                     name: 'opaqueVariablePanelResize'
                     model: opaqueVariablePanelResize
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
                   )
                  (CheckBoxSpec
                     label: 'Opaque Table Column Resizing'
                     name: 'opaqueTableColumnResize'
                     model: opaqueTableColumnResize
                     translateLabel: true
-                    extent: (Point 499 22)
+                    extent: (Point 401 22)
+                  )
+                 (ViewSpec
+                    name: 'SeparatingSpace3'
+                    extent: (Point 401 4)
+                  )
+                 (DividerSpec
+                    name: 'Separator2'
+                    extent: (Point 401 4)
+                  )
+                 (ViewSpec
+                    name: 'SeparatingSpace4'
+                    extent: (Point 401 3)
                   )
                  (LabelSpec
                     label: 'Label'
@@ -5555,7 +5567,7 @@
                        )
                      
                     )
-                    extent: (Point 499 30)
+                    extent: (Point 401 30)
                   )
                  )
                
@@ -11198,5 +11210,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.165 2004-09-14 15:56:37 ca Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.166 2004-09-14 16:00:41 ca Exp $'
+! !