mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
fix: remove prompt text field background
This commit is contained in:
parent
d3381d9a1c
commit
27c83fd19b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,8 +44,8 @@ class PromptTextField(
|
|||
|
||||
init {
|
||||
isOneLineMode = false
|
||||
isOpaque = false
|
||||
minimumSize = Dimension(100, 40)
|
||||
background = Color(0, 0, 0, 0)
|
||||
document.addDocumentListener(getDocumentListener(onTextChanged))
|
||||
setPlaceholder(CodeGPTBundle.get("toolwindow.chat.textArea.emptyText"))
|
||||
IdeEventQueue.getInstance().addDispatcher(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue