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

Cross Size problem #71

Closed
hoseinit opened this issue Dec 17, 2017 · 2 comments
Closed

Cross Size problem #71

hoseinit opened this issue Dec 17, 2017 · 2 comments

Comments

@hoseinit
Copy link

Hello there,
Thanks for developing such a great library,
I have a problem when the Cross on a Tagview is Enabled, the Text of that Tag extends the size of the Tag and some Characters of it won't be shown. So I can't set a padding on the Tagview so that with Cross enabled All the Text could be shown.
What Should I do ?

@whilu
Copy link
Owner

whilu commented Dec 18, 2017

Hello hoseinit,

Maybe there are some questions for you. If you set the attribute tag_enable_cross as true, the cross will be enable. If the text inside the TagView are too long the text will be cut off and display ellipsis. If you want to set the padding for the cross, you should use tag_cross_area_padding, maybe this attribute will help you, or tag_horizontal_padding is for TagView's horizontal padding.

If you also have problems, you can give me more describe about the issue, thanks😄

@hoseinit
Copy link
Author

Thanks buddy,
tag_horizontal_padding did the trick, I was looking for extra space so that my text wouldn't exceed the space of tag.
Many thanks

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