Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SecurityDetailsViewer: Another attempt to fix ScrolledComposite artifact
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
- Loading branch information