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

Single character formspec field label invisible. #1057

Closed
Uberi opened this issue Dec 15, 2013 · 2 comments
Closed

Single character formspec field label invisible. #1057

Uberi opened this issue Dec 15, 2013 · 2 comments

Comments

@Uberi
Copy link
Contributor

Uberi commented Dec 15, 2013

Reproduce

Show the following formspec:

size[6,4]
field[2,1;1,1;aaa;A;aaa]
field[2,2;1,1;bbb;BB;bbb]

Expected Result

Both fields have labels, A and BB, respectively.

Actual Result

The field with a single character label (A) has no visible label, while the one with two characters (BB) does.

@BlockMen
Copy link
Contributor

38d1120

@Uberi
Copy link
Contributor Author

Uberi commented Dec 17, 2013

Perfect, seems to work perfectly.

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

2 participants