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

Commits on Nov 15, 2024

  1. 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
    pfalcon committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    65feb66 View commit details
    Browse the repository at this point in the history