Commit 6439eca2 authored by Dennis Ushakov's avatar Dennis Ushakov
Browse files

remove miminum size limit

parent ae318d94
Showing with 1 addition and 1 deletion
+1 -1
......@@ -108,7 +108,7 @@ public class DocumentationComponent extends JPanel implements Disposable, DataPr
private static final int PREFERRED_HEIGHT_MAX_EM = 10;
private static final JBDimension MAX_DEFAULT = new JBDimension(650, 500);
private static final JBDimension MIN_DEFAULT = new JBDimension(300, 59);
private static final JBDimension MIN_DEFAULT = new JBDimension(300, 20);
private final ExternalDocAction myExternalDocAction;
private DocumentationManager myManager;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment