-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Y-Positioning is Broken #39
Comments
I tried following, I am not sure, why
I wonder, if "_LOCK_X" can help. Can't get it to work. |
Yes, substracting the height of the current rectangle from the previous one is what i tried as well. The |
Because I am using a vertical panel with horizontal bars, I can use absolute positioning with Maybe someone who uses relative positioning more regularly can help here. |
See the following input strings:
All of them draw two rectangles at the same height. The y-position to achieve this (apart from leaving the positioning out obviously) seems very random. This makes it impossible to draw vertical progress bars.
The text was updated successfully, but these errors were encountered: