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

Feature request #67

Open
junaidalibacha opened this issue Mar 2, 2024 · 2 comments
Open

Feature request #67

junaidalibacha opened this issue Mar 2, 2024 · 2 comments

Comments

@junaidalibacha
Copy link

junaidalibacha commented Mar 2, 2024

Make the Lable style separate for left and right, because in some designs they can be different. ie leftLableStyle & rightLableStyle or any other suitable names

image

@suragch
Copy link
Owner

suragch commented Mar 4, 2024

I've been considering rewriting this widget to use Text widgets for the labels rather than styling and painting the text internally. That would support the feature you are requesting. I'm not sure when I'll get around to that though. Right now you can either hide the labels and use your own text widgets or copy the source code and implement your own custom solution.

I'll leave this issue open.

@junaidalibacha
Copy link
Author

junaidalibacha commented Mar 4, 2024

Thank you @suragch, I had changed the package code according to my need (added the other styling widget in the package constructor for separate styling of label texts).

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