Fix Bedrock form text button size

This commit is contained in:
Marc Baloup 2021-11-25 11:55:55 +01:00
parent 2a1080566a
commit 0fef7cc152
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class ChatUtil {
public static final int SIGN_WIDTH = 90;
public static final int BOOK_WIDTH = 116;
public static final int MOTD_WIDTH = 270;
public static final int BEDROCK_FORM_WIDE_BUTTON = 160;
public static final int BEDROCK_FORM_WIDE_BUTTON = 178;
public static final int CONSOLE_NB_CHAR_DEFAULT = 50;