AbstractSettingsApplication.st
changeset 6021 e25ed9197b7d
parent 6020 ccf97fc9c1e8
child 6023 e7032dd20d40
--- a/AbstractSettingsApplication.st	Wed Sep 15 14:12:26 2004 +0200
+++ b/AbstractSettingsApplication.st	Wed Sep 15 14:43:54 2004 +0200
@@ -3881,7 +3881,7 @@
            (LabelSpec
               label: 'Current Language:'
               name: 'Label1'
-              layout: (LayoutFrame 51 0 0 0 -233 1 20 0)
+              layout: (LayoutFrame 0 0 0 0 -233 1 20 0)
               translateLabel: true
               labelChannel: currentLanguageLabel
               adjust: right
@@ -3897,7 +3897,7 @@
             )
            (InputFieldSpec
               name: 'EntryField1'
-              layout: (LayoutFrame 2 0.0 164 0 -2 1.0 184 0)
+              layout: (LayoutFrame 2 0.0 160 0 -2 1.0 184 0)
               model: languageHolder
               acceptOnReturn: true
               acceptOnTab: true
@@ -9712,7 +9712,7 @@
                                 name: 'CheckBox1'
                                 model: showStandardStylesOnly
                                 translateLabel: true
-                                extent: (Point 546 35)
+                                extent: (Point 562 35)
                               )
                              (SequenceViewSpec
                                 name: 'StyleList'
@@ -9722,7 +9722,7 @@
                                 doubleClickSelector: doubleClickAt:
                                 useIndex: false
                                 sequenceList: styleList
-                                extent: (Point 546 325)
+                                extent: (Point 562 353)
                               )
                              )
                            
@@ -9747,7 +9747,6 @@
                     label: 'Label'
                     name: 'Label1'
                     layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-                    style: (FontDescription helvetica bold roman 12)
                     translateLabel: true
                     labelChannel: infoLabelHolder
                     resizeForLabel: true
@@ -10929,71 +10928,71 @@
                     name: 'NewSystemBrowser'
                     model: useNewSystemBrowser
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use the New File Browser'
                     name: 'NewFileBrowser'
                     model: useNewFileBrowser
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use the New VersionDiff Browser'
                     name: 'VersionDiffBrowser'
                     model: useNewVersionDiffBrowser
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use the New FileTree File Dialog'
                     name: 'UseNewFileDialogCheckBox'
                     model: useNewFileDialog
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use the New Settings Dialog'
                     name: 'UseNewSettinsApplicationCheckBox'
                     model: useNewSettingsApplication
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use the New Process Monitor'
                     name: 'UseNewProcessMonitor'
                     model: useProcessMonitorV2
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use the New Changes Browser (not yet recommended)'
                     name: 'ChangesBrowser'
                     model: useNewChangesBrowser
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (CheckBoxSpec
                     label: 'Use Hierarchical Inspector (not yet recommended)'
                     name: 'HierarchicalInspector'
                     model: useNewInspector
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (ViewSpec
                     name: 'Box2'
-                    extent: (Point 591 20)
+                    extent: (Point 607 20)
                   )
                  (CheckBoxSpec
                     label: 'Show Clock in Launcher'
                     name: 'Clock'
                     model: showClockInLauncher
                     translateLabel: true
-                    extent: (Point 591 25)
+                    extent: (Point 607 25)
                   )
                  (ViewSpec
                     name: 'Box3'
-                    extent: (Point 591 19)
+                    extent: (Point 607 19)
                   )
                  (HorizontalPanelViewSpec
                     name: 'HorizontalPanel1'
@@ -11016,18 +11015,17 @@
                           name: 'Transcripts Buffer Size'
                           model: transcriptBufferSize
                           type: number
-                          formatString: ''
                           immediateAccept: true
                           acceptOnReturn: true
                           acceptOnTab: true
                           acceptOnLostFocus: true
                           acceptOnPointerLeave: true
-                          extent: (Point 432 19)
+                          extent: (Point 448 24)
                         )
                        )
                      
                     )
-                    extent: (Point 591 35)
+                    extent: (Point 607 35)
                   )
                  )
                
@@ -11243,5 +11241,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.171 2004-09-15 12:12:16 ca Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.172 2004-09-15 12:43:46 ca Exp $'
+! !