Issue 3503 in pharo: LongMessageDialogWindow should be resizeable

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

Issue 3503 in pharo: LongMessageDialogWindow should be resizeable

pharo
Status: Accepted
Owner: aplantec
Labels: Milestone-1.3

New issue 3503 by aplantec: LongMessageDialogWindow should be resizeable
http://code.google.com/p/pharo/issues/detail?id=3503

Really more confortable for system/about message or the about message of a  
SystemWindow as examples.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3503 in pharo: LongMessageDialogWindow should be resizeable

pharo
Updates:
        Labels: Milestone-1.2

Comment #1 on issue 3503 by aplantec: LongMessageDialogWindow should be  
resizeable
http://code.google.com/p/pharo/issues/detail?id=3503

SLICE-Issue-3503-LongMessageDialogWindow-should-be-resizeable in InBox.

Could be for 1.2 since it only needs #isResizeable redefinition in  
LongMessageDialogWindow:

LongMessageDialogWindow>>isResizeable
   "Answer whether we are not we can be resized."
   ^true


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3503 in pharo: LongMessageDialogWindow should be resizeable

pharo
Updates:
        Status: Closed

Comment #2 on issue 3503 by stephane.ducasse: LongMessageDialogWindow  
should be resizeable
http://code.google.com/p/pharo/issues/detail?id=3503

(No comment was entered for this change.)