do not resize button labels for label-text
authorClaus Gittinger <cg@exept.de>
Fri, 25 Apr 2003 01:10:09 +0200
changeset 1752 4f7f144157b2
parent 1751 a68e8b4d9667
child 1753 aa246112438a
do not resize button labels for label-text
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Wed Apr 23 11:53:35 2003 +0200
+++ b/ToolApplicationModel.st	Fri Apr 25 01:10:09 2003 +0200
@@ -475,7 +475,7 @@
                     #name: 'cancelButton'
                     #activeHelpKey: #commitCancel
                     #translateLabel: true
-                    #resizeForLabel: true
+                    "/ #resizeForLabel: true
                     #tabable: true
                     #model: #cancel
                     #enableChannel: #valueOfEnablingCommitButtons
@@ -486,7 +486,7 @@
                     #name: 'okButton'
                     #activeHelpKey: #commitOK
                     #translateLabel: true
-                    #resizeForLabel: true
+                    "/ #resizeForLabel: true
                     #tabable: true
                     #model: #accept
                     #enableChannel: #valueOfEnablingCommitButtons
@@ -546,7 +546,7 @@
                     #name: 'cancelButton'
                     #activeHelpKey: #commitCancel
                     #translateLabel: true
-                    #resizeForLabel: true
+                    "/ #resizeForLabel: true
                     #tabable: true
                     #model: #cancel
                     #useDefaultExtent: true
@@ -556,7 +556,7 @@
                     #name: 'okButton'
                     #activeHelpKey: #commitOK
                     #translateLabel: true
-                    #resizeForLabel: true
+                    "/ #resizeForLabel: true
                     #tabable: true
                     #model: #accept
                     #useDefaultExtent: true
@@ -1368,5 +1368,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.116 2003-04-23 09:53:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.117 2003-04-24 23:10:09 cg Exp $'
 ! !