Skip to content

Commit

Permalink
Update dialog screen dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Aug 21, 2023
1 parent a67b10f commit aecdc7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public void showDialog(String trackingId) {
options.put("modal", true);
options.put("draggable", true);
options.put("resizable", false);
options.put("contentWidth", 500);
options.put("contentHeight", 500);
options.put("contentWidth", 460);
options.put("contentHeight", 440);

Map<String, List<String>> params = new HashMap<>();
List<String> values = new ArrayList<>();
Expand Down

0 comments on commit aecdc7e

Please sign in to comment.