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

tags shown on the lineedit (when accepted) style is lost #112

Open
agudpp opened this issue Oct 15, 2020 · 1 comment
Open

tags shown on the lineedit (when accepted) style is lost #112

agudpp opened this issue Oct 15, 2020 · 1 comment
Labels
bug UI/design design or ui visual issues
Projects

Comments

@agudpp
Copy link
Owner

agudpp commented Oct 15, 2020

this is probably happening since we are setting the toplevel (lineedit object) styleSheet once we create it and overwritting the old one.
Probably if we re-set the styleSheet from the parent (where we have the Stylesheet on the Designer) again, will fix the problem. TBC

@agudpp agudpp created this issue from a note in Version0.1 (Backlog) Oct 15, 2020
@agudpp agudpp added bug UI/design design or ui visual issues labels Oct 15, 2020
@agudpp agudpp moved this from Backlog to In progress in Version0.1 Oct 19, 2020
@agudpp
Copy link
Owner Author

agudpp commented Oct 20, 2020

seems that the problem is actually either that the size of the widget gets smaller than it should and the border is not shown, or the size of the label takes over the border of the widget:

image
image

@agudpp agudpp moved this from In progress to Next TODOs in Version0.1 Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug UI/design design or ui visual issues
Projects
Version0.1
  
Next TODOs
Development

No branches or pull requests

1 participant