Skip to content

Commit 97852c8

Browse files
Fix popup notifications in order to wrap the text inside it (#157)
1 parent 7e3a7f3 commit 97852c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/utils/NotificationPopUpUI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ protected void createContentArea(Composite parent) {
3535
container.setLayout(new GridLayout(1, false));
3636

3737
Link description = new Link(container, SWT.WRAP | SWT.MULTI);
38+
description.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
3839
description.setText(text);
3940

4041
if (textAction != null) {

0 commit comments

Comments
 (0)