1.3.2 - Replace editor actions menu placement (closes #21)

This commit is contained in:
Carl-Robert Linnupuu 2023-03-07 11:06:53 +00:00
parent e305d119e9
commit b42174ab0c
3 changed files with 22 additions and 20 deletions

View file

@ -83,7 +83,7 @@ public class ChatGptToolWindow {
textAreaScrollPane.setViewportView(textArea);
textArea = new TextArea(this::handleSubmit, textAreaScrollPane);
textArea.setText("Ask a question...");
textArea.setText("Ask me anything...");
ScrollablePanel scrollablePanel = new ScrollablePanel();
scrollablePanel.setLayout(new BoxLayout(scrollablePanel, BoxLayout.Y_AXIS));