Skip to content

Commit

Permalink
Add maximize button to HopVfsDialog apache#3616
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Feb 9, 2024
1 parent 18ccdf6 commit 346a94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public static HopVfsFileDialog getInstance() {

@Override
public String open() {
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.RESIZE | SWT.APPLICATION_MODAL);
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.RESIZE | SWT.MIN | SWT.MAX | SWT.APPLICATION_MODAL);
PropsUi.setLook(shell);
shell.setImage(GuiResource.getInstance().getImageHopUi());
shell.addShellListener(
Expand Down

1 comment on commit 346a94f

@pauloricardoferreira
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tks

Please sign in to comment.