Skip to content

Commit

Permalink
Merge pull request #115 from DolphFlynn/border
Browse files Browse the repository at this point in the history
Remove border from Information scroll pane.
  • Loading branch information
DolphFlynn authored Feb 1, 2025
2 parents 7cdbb59 + 49b0416 commit 9f4f417
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public abstract class EditorView {
buttonAttack.setComponentPopupMenu(attackMenuFactory.buildAttackPopupMenu());

informationScrollPane.setViewportView(informationPanel);
informationScrollPane.setBorder(null);

panel.addHierarchyListener(new RunEDTActionOnFirstRenderHierarchyListener(
panel,
Expand Down

0 comments on commit 9f4f417

Please sign in to comment.