We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3a7f3 commit 97852c8Copy full SHA for 97852c8
1 file changed
checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/utils/NotificationPopUpUI.java
@@ -35,6 +35,7 @@ protected void createContentArea(Composite parent) {
35
container.setLayout(new GridLayout(1, false));
36
37
Link description = new Link(container, SWT.WRAP | SWT.MULTI);
38
+ description.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
39
description.setText(text);
40
41
if (textAction != null) {
0 commit comments