Tools__CodeView2SettingsAppl.st
changeset 16314 74ebd0c8c8ba
parent 14418 807eaf175885
child 16315 73c4f82ca456
child 16319 34cfafe9cb26
--- a/Tools__CodeView2SettingsAppl.st	Fri Apr 22 16:02:56 2016 +0200
+++ b/Tools__CodeView2SettingsAppl.st	Fri Apr 22 16:03:11 2016 +0200
@@ -205,7 +205,7 @@
                                enableChannel: useCodeView2InToolEnabled
                                model: useCodeView2InBrowser
                                translateLabel: true
-                               extent: (Point 553 30)
+                               extent: (Point 543 30)
                              )
                             (CheckBoxSpec
                                label: 'Use Advanced Code Editor in Debugger (experimental)'
@@ -214,7 +214,7 @@
                                enableChannel: useCodeView2InToolEnabled
                                model: useCodeView2InDebugger
                                translateLabel: true
-                               extent: (Point 553 30)
+                               extent: (Point 543 30)
                              )
                             (CheckBoxSpec
                                label: 'Use Advanced Code Editor in Workspace'
@@ -223,18 +223,18 @@
                                enableChannel: useCodeView2InToolEnabled
                                model: useCodeView2InWorkspace
                                translateLabel: true
-                               extent: (Point 553 30)
+                               extent: (Point 543 30)
                              )
                             )
                           
                          )
+                         useDynamicPreferredHeight: true
                          usePreferredHeight: true
-                         useDynamicPreferredHeight: true
                        )
                       )
                     
                    )
-                   extent: (Point 589 124)
+                   extent: (Point 589 130)
                  )
                 (FramedBoxSpec
                    label: 'Edit Support'
@@ -259,7 +259,8 @@
                                name: 'ShowAcceptCancelBarInBrowser'
                                activeHelpKey: showAcceptCancelBar
                                model: showAcceptCancelBarInBrowser
-                               extent: (Point 553 30)
+                               translateLabel: true
+                               extent: (Point 543 30)
                              )
                             (ViewSpec
                                name: 'Box1'
@@ -278,7 +279,7 @@
                                   )
                                 
                                )
-                               extent: (Point 553 30)
+                               extent: (Point 543 30)
                              )
                             (CheckBoxSpec
                                label: 'Auto Pretty Print (experimental, not yet recommended)'
@@ -288,7 +289,7 @@
                                enableChannel: false
                                model: codeView2AutoPrettyPrint
                                translateLabel: true
-                               extent: (Point 553 30)
+                               extent: (Point 543 30)
                              )
                             )
                           
@@ -297,7 +298,7 @@
                       )
                     
                    )
-                   extent: (Point 589 120)
+                   extent: (Point 589 136)
                  )
                 (FramedBoxSpec
                    label: 'Keyboard Shortcuts'
@@ -323,7 +324,7 @@
                                activeHelpKey: codeView2QuickSendersAndImplementorsOnControl
                                model: codeView2QuickSendersAndImplementorsOnControl
                                translateLabel: true
-                               extent: (Point 553 30)
+                               extent: (Point 543 30)
                              )
                             )
                           
@@ -332,7 +333,7 @@
                       )
                     
                    )
-                   extent: (Point 589 65)
+                   extent: (Point 589 70)
                  )
                 )
               
@@ -512,14 +513,14 @@
 !CodeView2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.13 2014-05-23 09:35:45 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.13 2014-05-23 09:35:45 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2SettingsAppl.st,v 1.13 2014-05-23 09:35:45 stefan Exp $'
+    ^ '$Id$'
 ! !