mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 07:54:46 +00:00
fix: web search items UI layout
This commit is contained in:
parent
423544a0b1
commit
4c1ad42ab4
1 changed files with 2 additions and 2 deletions
|
|
@ -264,8 +264,8 @@ public class ChatMessageResponseBody extends JPanel {
|
|||
listPanel.add(webpageList, BorderLayout.LINE_START);
|
||||
|
||||
var panel = new JPanel(new BorderLayout());
|
||||
panel.add(title);
|
||||
panel.add(listPanel);
|
||||
panel.add(title, BorderLayout.NORTH);
|
||||
panel.add(listPanel, BorderLayout.CENTER);
|
||||
return panel;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue