Nov. 11, 2010
6:50 p.m.
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!