mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-08 19:39:27 +02:00
change max lenght in modals
This commit is contained in:
@@ -16,11 +16,11 @@ namespace DiscordApp.Justice.Modals
|
||||
public string description { get; set; }
|
||||
|
||||
[InputLabel("Х координата")]
|
||||
[ModalTextInput("xCoordinate", TextInputStyle.Short, placeholder: "70", maxLength: 4)]
|
||||
[ModalTextInput("xCoordinate", TextInputStyle.Short, placeholder: "70", maxLength: 10)]
|
||||
public int xCoordinate { get; set; }
|
||||
|
||||
[InputLabel("Y координата")]
|
||||
[ModalTextInput("yCoordinate", TextInputStyle.Short, placeholder: "90", maxLength: 4)]
|
||||
[ModalTextInput("yCoordinate", TextInputStyle.Short, placeholder: "90", maxLength: 10)]
|
||||
public int yCoordinate { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user