mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-06 08:02:13 +00:00
1.3.2 - Replace editor actions menu placement (closes #21)
This commit is contained in:
parent
e305d119e9
commit
b42174ab0c
3 changed files with 22 additions and 20 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue