another fix to the nes nametable viewer - I moved the location of a widget somehow

This commit is contained in:
adelikat 2014-08-05 02:31:41 +00:00
parent 7efc567519
commit 572ad8f6ab
2 changed files with 5 additions and 1 deletions

View File

@ -91,8 +91,9 @@
//
// NameTableView
//
this.NameTableView.BackColor = System.Drawing.Color.Transparent;
this.NameTableView.ContextMenuStrip = this.contextMenuStrip1;
this.NameTableView.Location = new System.Drawing.Point(6, 19);
this.NameTableView.Location = new System.Drawing.Point(17, 19);
this.NameTableView.Name = "NameTableView";
this.NameTableView.Size = new System.Drawing.Size(512, 480);
this.NameTableView.TabIndex = 0;

View File

@ -126,4 +126,7 @@
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>281, 17</value>
</metadata>
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>281, 17</value>
</metadata>
</root>