mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +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; }
|
public string description { get; set; }
|
||||||
|
|
||||||
[InputLabel("Х координата")]
|
[InputLabel("Х координата")]
|
||||||
[ModalTextInput("xCoordinate", TextInputStyle.Short, placeholder: "70", maxLength: 4)]
|
[ModalTextInput("xCoordinate", TextInputStyle.Short, placeholder: "70", maxLength: 10)]
|
||||||
public int xCoordinate { get; set; }
|
public int xCoordinate { get; set; }
|
||||||
|
|
||||||
[InputLabel("Y координата")]
|
[InputLabel("Y координата")]
|
||||||
[ModalTextInput("yCoordinate", TextInputStyle.Short, placeholder: "90", maxLength: 4)]
|
[ModalTextInput("yCoordinate", TextInputStyle.Short, placeholder: "90", maxLength: 10)]
|
||||||
public int yCoordinate { get; set; }
|
public int yCoordinate { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user