Lua documentation - fix anchoring on a button (a dev only button, this has no impact on release builds)

This commit is contained in:
adelikat 2014-07-27 12:08:28 +00:00
parent 5639284a81
commit 22ea422530
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
//
// ToWikiMarkupButton
//
this.ToWikiMarkupButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ToWikiMarkupButton.Location = new System.Drawing.Point(493, 309);
this.ToWikiMarkupButton.Name = "ToWikiMarkupButton";
this.ToWikiMarkupButton.Size = new System.Drawing.Size(138, 23);