Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withCenteredText not centering text correctly #914

Closed
seandenigris opened this issue Aug 3, 2015 · 1 comment
Closed

withCenteredText not centering text correctly #914

seandenigris opened this issue Aug 3, 2015 · 1 comment

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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

Reported by cunningham.cb on 2013-02-15 22:45:50

@seandenigris
Copy link
Contributor Author

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

Reported by alexandre.bergel on 2013-10-28 11:53:26

  • Status changed: Fixed
  • Labels added: Priority-High, Component-Roassal
  • Labels removed: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant