mirror of
https://github.com/abrendan/smolEdit.git
synced 2025-08-25 22:12:03 +02:00
removed the border around the text box and fixed the "Open With" function
This commit is contained in:
@@ -12,7 +12,7 @@ namespace V_EditorPro
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
label1.Text = $"V_EditorPro\nVersion 1.0\nOS: {RuntimeInformation.OSDescription}";
|
||||
label1.Text = $"V_EditorPro\nVersion 1.1\nOS: {RuntimeInformation.OSDescription}";
|
||||
}
|
||||
|
||||
private void pictureBox1_Click(object sender, EventArgs e)
|
||||
|
Reference in New Issue
Block a user