Lua documentation - fix anchoring on a button (a dev only button, this has no impact on release builds)
This commit is contained in:
parent
5639284a81
commit
22ea422530
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue