Skip to content

Commit

Permalink
Update comments for ConfigScreen's constants
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Leo3418 committed Sep 9, 2020
1 parent f24cbe3 commit 0f7222c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ public final class ConfigScreen extends Screen {
"https://github.com/Leo3418/HBWHelper/wiki/Mod-Configuration#options";

/**
* Height of the title of this GUI
* Distance between this GUI's title and the top of the screen
*/
private static final int TITLE_HEIGHT = 8;

/**
* Height of the options list's top
* Distance between the options list's top and the top of the screen
*/
private static final int OPTIONS_LIST_TOP_HEIGHT = 24;

Expand Down

0 comments on commit 0f7222c

Please sign in to comment.