Skip to content

Commit

Permalink
Fix dialog size on Image importing parameters
Browse files Browse the repository at this point in the history
Change-Id: Ie90afeef4a20f9576acd201b244605a7dd3abd1f
Signed-off-by: Georgiana Ecobici <georgiana-elena.ecobici@thalesgroup.com>
  • Loading branch information
georgiana-ecobici authored and pdulth committed Aug 2, 2022
1 parent fa96198 commit 71fac83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected boolean isResizable() {

@Override
protected Point getInitialSize() {
return new Point(700, 200);
return new Point(700, 250);
}

@Override
Expand Down

0 comments on commit 71fac83

Please sign in to comment.