reset dialog size after installer

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@6177 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
coalado 2009-06-13 02:30:28 +00:00
parent 1715785fb4
commit bd77890983

View File

@ -184,6 +184,8 @@ public class Installer {
}.waitForEDT();
}
}
AbstractDialog.setDefaultDimension(null);
}
private void showConfig() {