no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@74 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 22 years ago
parent 1ab932ada3
commit 26020b98d0

@ -53,7 +53,7 @@ public class DataChooserWindow extends CustomJDialog
private void setupComponents()
{
setTitle( "Escolha os campos correspondentes:" );
setSize(300, 100 + 25 * labels.length );
setSize(450, 100 + 25 * labels.length );
GridBagLayout gbl = new GridBagLayout();
GridBagConstraints gbc = new GridBagConstraints();
gbc.insets = new Insets( 2, 2, 2, 2 );

Loading…
Cancel
Save