about dialog should have a close button, at least on winforms
This commit is contained in:
parent
454e2ebeb7
commit
9e7e7b6176
@ -9,6 +9,11 @@ namespace UniversalEditor.UserInterface.Dialogs
|
||||
{
|
||||
private ListView tvComponents;
|
||||
|
||||
public AboutDialog()
|
||||
{
|
||||
Buttons.Add(new Button(StockType.Close, DialogResult.Cancel));
|
||||
}
|
||||
|
||||
protected override void OnCreating (EventArgs e)
|
||||
{
|
||||
base.OnCreating (e);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user