Skip to content

Commit

Permalink
Make panel slightly bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSoapTurtle committed Oct 31, 2024
1 parent 10dda28 commit b3c2528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class GoalInfoBoxOverlay extends OverlayPanel {

setPosition(OverlayPosition.TOP_RIGHT);
setPriority(PRIORITY_MED);
panelComponent.setPreferredSize(new Dimension(200, 0));
panelComponent.setPreferredSize(new Dimension(250, 0));
panelComponent.setBorder(new Rectangle(BORDER_SIZE, BORDER_SIZE, BORDER_SIZE, BORDER_SIZE));
panelComponent.setGap(new Point(0, VERTICAL_GAP));

Expand Down

0 comments on commit b3c2528

Please sign in to comment.