mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Cleans up TextPrompt()
This commit is contained in:
@@ -57,7 +57,9 @@ namespace TGControlPanel
|
||||
Height = 150,
|
||||
FormBorderStyle = FormBorderStyle.FixedDialog,
|
||||
Text = caption,
|
||||
StartPosition = FormStartPosition.CenterScreen
|
||||
StartPosition = FormStartPosition.CenterScreen,
|
||||
MaximizeBox = false,
|
||||
MinimizeBox = false,
|
||||
};
|
||||
Label textLabel = new Label() { Left = 50, Top = 20, Text = text, AutoSize = true };
|
||||
TextBox textBox = new TextBox() { Left = 50, Top = 50, Width = 400 };
|
||||
|
||||
Reference in New Issue
Block a user