Skip to content

Commit

Permalink
Fix ScrollBar Position in Empty Terminal (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: slprime <[email protected]>
  • Loading branch information
slprime and slprime authored May 31, 2024
1 parent afe7338 commit 6fc5951
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ public void initGui() {
}

super.initGui();
this.setScrollBar();
// full size : 204
// extra slots : 72
// slot 18
Expand Down

0 comments on commit 6fc5951

Please sign in to comment.