We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d14c3b commit 1813a17Copy full SHA for 1813a17
src/main/java/de/bwravencl/controllerbuddy/gui/Main.java
@@ -4691,7 +4691,7 @@ public void actionPerformed(final ActionEvent actionEvent) {
4691
editorPane.setCaretColor(editorPane.getBackground());
4692
4693
final var scrollPane = new JScrollPane(editorPane);
4694
- scrollPane.setPreferredSize(new Dimension(850, 400));
+ scrollPane.setPreferredSize(new Dimension(1015, 400));
4695
4696
editorPane.addHyperlinkListener(hyperlinkEvent -> {
4697
if (hyperlinkEvent.getEventType() != HyperlinkEvent.EventType.ACTIVATED) {
0 commit comments