Merge pull request #1126 from SiboVG/fix-layout-nose-cone
[fixes #1125] Fix nose cone config layout
This commit is contained in:
commit
c40acb7cbd
@ -159,6 +159,7 @@ public class DescriptionArea extends JScrollPane {
|
|||||||
|
|
||||||
Dimension dim = editorPane.getPreferredSize();
|
Dimension dim = editorPane.getPreferredSize();
|
||||||
dim.height = lineheight * rows + extraheight + 2;
|
dim.height = lineheight * rows + extraheight + 2;
|
||||||
|
this.setPreferredSize(dim);
|
||||||
|
|
||||||
this.setViewportView(editorPane);
|
this.setViewportView(editorPane);
|
||||||
this.setText(text);
|
this.setText(text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user