Fix field size for "Transcript Buffer Size"
authorStefan Vogel <sv@exept.de>
Thu, 24 Apr 2008 13:30:18 +0200
changeset 8081 8cc8c1cc6538
parent 8080 086cdba62ab5
child 8082 40a926dc460d
Fix field size for "Transcript Buffer Size"
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Apr 23 12:36:31 2008 +0200
+++ b/AbstractSettingsApplication.st	Thu Apr 24 13:30:18 2008 +0200
@@ -14123,7 +14123,7 @@
                   )
                  (HorizontalPanelViewSpec
                     name: 'HorizontalPanel1'
-                    horizontalLayout: leftSpaceFit
+                    horizontalLayout: left
                     verticalLayout: center
                     horizontalSpace: 3
                     verticalSpace: 3
@@ -14136,7 +14136,7 @@
                           translateLabel: true
                           resizeForLabel: true
                           adjust: right
-                          extent: (Point 190 19)
+                          extent: (Point 287 19)
                         )
                        (InputFieldSpec
                           name: 'Transcripts Buffer Size'
@@ -14146,8 +14146,9 @@
                           acceptOnReturn: true
                           acceptOnTab: true
                           acceptOnLostFocus: true
+                          numChars: 8
                           acceptOnPointerLeave: true
-                          extent: (Point 408 24)
+                          extent: (Point 123 22)
                         )
                        )
                      
@@ -14399,5 +14400,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.291 2008-03-31 15:46:54 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.292 2008-04-24 11:30:18 stefan Exp $'
+! !