# HG changeset patch # User Claus Gittinger # Date 1051225809 -7200 # Node ID 4f7f144157b2e85b74a78d48b2af7321ce764099 # Parent a68e8b4d9667d34d6f5e4db29e9ff94ebdf98ef9 do not resize button labels for label-text diff -r a68e8b4d9667 -r 4f7f144157b2 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 $' ! !