Issue 914 in moose-technology: withCenteredText not centering text correctly

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

Issue 914 in moose-technology: withCenteredText not centering text correctly

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 914 by [hidden email]: withCenteredText not centering text  
correctly
http://code.google.com/p/moose-technology/issues/detail?id=914

When I ask for centeredText, I would expect it to be centered horizontally  
in the area that it is displaying in.  Instead, it appears to be bumped up  
vertically above the location where it should be.

If you add the following (missing?) method:
ROMondrianExample>>centeredText
        "
        self new centeredText
        "
        | view |
        view := ROMondrianViewBuilder new.
        self centeredTextOn: view.
        view open

and then run ROMondrianExample new centeredText, you will see the issue.

How to reproduce the problem: step by step if necessary

This is from the latest (2013-02-14) Moose Suite 4.7 from the  
MooseTechnology.org download page, on Windows 7 os.

Labels: Type-Defect Component-Roassal

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 914 in moose-technology: withCenteredText not centering text correctly

moose-technology
Updates:
        Status: Fixed
        Labels: -Priority-Medium Priority-High Component-Roassal

Comment #1 on issue 914 by [hidden email]: withCenteredText not  
centering text correctly
http://code.google.com/p/moose-technology/issues/detail?id=914

Thanks for having spotted and reported this. This is now fixed in 1.465.


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev