From 22ea422530a2b25cbb9acd76cea7c7616fd20ea3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 27 Jul 2014 12:08:28 +0000 Subject: [PATCH] Lua documentation - fix anchoring on a button (a dev only button, this has no impact on release builds) --- BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs index d8059816ff..dd21238563 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs @@ -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);