mirror of
https://github.com/abrendan/smolEdit.git
synced 2025-12-15 09:46:44 +01:00
fixed icons and about
This commit is contained in:
@@ -11,8 +11,13 @@ namespace V_EditorPro
|
||||
public AboutForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.Icon = new Icon("..\\..\\Veditorproicon.ico");
|
||||
|
||||
label1.Text = $"V_EditorPro\nVersion 1.0\nOS: {RuntimeInformation.OSDescription}";
|
||||
}
|
||||
|
||||
private void pictureBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user