mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-25 03:10:08 +00:00
Merge pull request #127 from negedzuregal/callContractFix
contract call dialog popup fix
This commit is contained in:
commit
e62c9d8e2a
@ -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