Skip to content

Commit

Permalink
Update offset of label in GuiCollapseSection
Browse files Browse the repository at this point in the history
  • Loading branch information
Chryfi committed Oct 22, 2022
1 parent 34b402d commit 2c70a19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class GuiCollapseSection extends GuiElement
protected GuiLabel title;
protected GuiElement fields;
protected boolean collapsed;
protected IconContainer collapsedIcon = new IconContainer(Icons.MOVE_RIGHT, 10, 10, 0.5F, 0.5F, 0, -2);
protected IconContainer openedIcon = new IconContainer(Icons.MOVE_DOWN, 10, 10, 0.5F, 0.5F);
protected IconContainer collapsedIcon = new IconContainer(Icons.MOVE_RIGHT, 14, 10, 0.5F, 0.5F, -2, -2);
protected IconContainer openedIcon = new IconContainer(Icons.MOVE_DOWN, 14, 10, 0.5F, 0.5F, -2, 0);

/**
* @param mc
Expand Down

0 comments on commit 2c70a19

Please sign in to comment.