mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-09 19:35:53 +00:00
contract call dialog popup fix
This commit is contained in:
parent
cca547aaad
commit
a1226d8efe
@ -214,6 +214,8 @@ class ContractCallDialog extends JDialog implements MessageAwareDialog {
|
||||
this.getContentPane().revalidate();
|
||||
this.getContentPane().repaint();
|
||||
this.setResizable(false);
|
||||
|
||||
this.setVisible(true);
|
||||
}
|
||||
|
||||
private void populateContractDetails() {
|
||||
@ -344,7 +346,6 @@ class ContractCallDialog extends JDialog implements MessageAwareDialog {
|
||||
rootPane.getActionMap().put("ESCAPE", actionListener);
|
||||
|
||||
this.setSize(500, 430);
|
||||
this.setVisible(true);
|
||||
|
||||
return rootPane;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user