Skip to content

Commit

Permalink
CSSTUDIO-2007 Adjust width.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Aug 11, 2023
1 parent a8f3b39 commit 38b1dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ else if (response == ButtonType.NO)
dialog.setHeaderText(headerText);
String contentText = MessageFormat.format(Messages.SaveAsFileAlreadyOpen_content, getApplication().getAppDescriptor().getDisplayName(), filename);
dialog.setContentText(contentText);
int width = 500;
int width = 550;
int height = 200;
dialog.getDialogPane().setPrefSize(width, height);
dialog.getDialogPane().setMinSize(Region.USE_PREF_SIZE, Region.USE_PREF_SIZE);
Expand Down

0 comments on commit 38b1dbf

Please sign in to comment.