1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-04-30 21:49:31 +00:00

Updated UI for minor version update. Cleaned up hard disk commit code to deal with failure cases without destroying original images. Tweaked Ethernet config to allow on-the-fly host adapter changes. Updated readme.

This commit is contained in:
Josh Dersch
2019-03-29 12:08:09 -07:00
parent b6d1bb5837
commit 1349734125
10 changed files with 87 additions and 45 deletions

View File

@@ -89,9 +89,9 @@ namespace D.UI
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(56, 54);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(235, 13);
this.label3.Size = new System.Drawing.Size(232, 13);
this.label3.TabIndex = 2;
this.label3.Text = "(c) 2017, 2018 Living Computers: Museum+Labs";
this.label3.Text = "(c) 2017-2019 Living Computers: Museum+Labs";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4