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

SecurityDetailsViewer: Another attempt to fix ScrolledComposite artifact #4346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pfalcon
Copy link
Contributor

@pfalcon pfalcon commented Nov 15, 2024

Additional code to avoide situation when ScrolledComposite's scrollbar covers right edge of its internal container, obscuring information there (like last digits of quotes, etc.). Instead, we want to layout this container set so that inner content container took ScrolledComposite's width without scrollbar.

For reference, this is based on hint in this StackOverflow question: https://stackoverflow.com/questions/35123/prevent-swt-scrolledcomposite-from-eating-part-of-its-children

Additional code to avoide situation when ScrolledComposite's scrollbar
covers right edge of its internal container, obscuring information there
(like last digits of quotes, etc.). Instead, we want to layout this
container set so that inner content container took ScrolledComposite's
width without scrollbar.

For reference, this is based on hint in this StackOverflow question:
https://stackoverflow.com/questions/35123/prevent-swt-scrolledcomposite-from-eating-part-of-its-children
@pfalcon
Copy link
Contributor Author

pfalcon commented Nov 15, 2024

@buchen, this a kind of follow-up to #4329, now any artifacts with info pane hopefully should be gone.

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

Successfully merging this pull request may close these issues.

1 participant