class: AbstractSettingsApplication
authorClaus Gittinger <cg@exept.de>
Thu, 08 May 2014 15:48:16 +0200
changeset 14330 e3b1848a48d4
parent 14329 183380e95bac
child 14331 94d210da3eea
class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Thu May 08 15:47:51 2014 +0200
+++ b/AbstractSettingsApplication.st	Thu May 08 15:48:16 2014 +0200
@@ -15896,7 +15896,7 @@
          name: 'Tool Settings'
          flags: 1
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 618 511)
+         bounds: (Rectangle 0 0 617 487)
        )
        component: 
       (SpecCollection
@@ -15935,7 +15935,7 @@
                                activeHelpKey: useEmbeddedTestRunner
                                model: showEmbeddedTestRunnerInBrowser
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Web Browser Like Layout (Toolbars are Part of the Tab - experimental)'
@@ -15952,7 +15952,7 @@
                                activeHelpKey: showBookmarksBar
                                model: showBookmarkBar
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Sort and Indent Classes by Inheritance'
@@ -15960,7 +15960,7 @@
                                activeHelpKey: sortAndIndentClassesByInheritance
                                model: sortAndIndentClassesByInheritance
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Show Local Navigation History (Separate History per Browser Tab)'
@@ -15968,7 +15968,7 @@
                                activeHelpKey: showLocalHistory
                                model: showLocalHistory
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Show Global Navigation History (Global History for all Browsers)'
@@ -15976,7 +15976,7 @@
                                activeHelpKey: showGlobalHistory
                                model: showGlobalHistory
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Show Search Bar in Browser'
@@ -15984,7 +15984,7 @@
                                activeHelpKey: searchBarInBrowser
                                model: useSearchBarInBrowser
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Use in-place Search in Browser Lists (experimental)'
@@ -15992,7 +15992,7 @@
                                activeHelpKey: inPlaceSearch
                                model: useInPlaceSearchInBrowserLists
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (CheckBoxSpec
                                label: 'Show Method Template'
@@ -16000,7 +16000,7 @@
                                activeHelpKey: showMethodTemplate
                                model: showMethodTemplate
                                translateLabel: true
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             )
                           
@@ -16009,7 +16009,7 @@
                       )
                     
                    )
-                   extent: (Point 607 293)
+                   extent: (Point 607 311)
                    usePreferredHeight: true
                    useDynamicPreferredHeight: true
                  )
@@ -16039,7 +16039,7 @@
                                model: sourceCodeManagementMenuLayout
                                isTriggerOnDown: true
                                select: 'old'
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (RadioButtonSpec
                                label: 'Inline'
@@ -16049,7 +16049,7 @@
                                model: sourceCodeManagementMenuLayout
                                isTriggerOnDown: true
                                select: 'inline'
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             (RadioButtonSpec
                                label: 'Compact'
@@ -16059,7 +16059,7 @@
                                model: sourceCodeManagementMenuLayout
                                isTriggerOnDown: true
                                select: 'compact'
-                               extent: (Point 584 30)
+                               extent: (Point 581 30)
                              )
                             )
                           
@@ -16068,7 +16068,7 @@
                       )
                     
                    )
-                   extent: (Point 618 132)
+                   extent: (Point 617 146)
                  )
                 )
               
@@ -18075,10 +18075,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.535 2014-05-07 16:07:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.536 2014-05-08 13:48:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.535 2014-05-07 16:07:25 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.536 2014-05-08 13:48:16 cg Exp $'
+! !
+