Issue 3239 in pharo: CUIS added MessageTally default size tweaks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3239 in pharo: CUIS added MessageTally default size tweaks

pharo
Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.2 Type-Squeak Difficulty-Easy

New issue 3239 by stephane.ducasse: CUIS added MessageTally default size  
tweaks
http://code.google.com/p/pharo/issues/detail?id=3239

Item was changed:
  ----- Method: MessageTally class>>defaultMaxClassNameSize (in  
category 'defaults') -----
  defaultMaxClassNameSize
        "Return the default maximum width of the class name alone"
+       ^50!
-       ^30!

Item was changed:
  ----- Method: MessageTally class>>defaultMaxClassPlusSelectorSize (in  
category 'defaults') -----
  defaultMaxClassPlusSelectorSize
        "Return the default maximum width of the class plus selector  
together (not counting the '>>')"
+       ^100!
-       ^60!


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3239 in pharo: CUIS added MessageTally default size tweaks

pharo
Updates:
        Status: Closed

Comment #1 on issue 3239 by stephane.ducasse: CUIS added MessageTally  
default size tweaks
http://code.google.com/p/pharo/issues/detail?id=3239

in 12234