B2016-264: Inserting a centered equation off a centered equation places 2nd equation too far to left in step editor
This commit is contained in:
@@ -284,10 +284,10 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
MyStepRTB.OrigRTF = "";
|
||||
MyStepRTB.Size = new Size(200, 200);
|
||||
ItemLocation = TableLocation(MyStepSectionLayoutData, ItemWidth);
|
||||
Width = 200;
|
||||
Height = 200;
|
||||
ItemWidth = Width;
|
||||
ItemLocation = TableLocation(MyStepSectionLayoutData, ItemWidth);
|
||||
}
|
||||
this.Controls.Add(this._MyStepRTB);
|
||||
}
|
||||
|
Reference in New Issue
Block a user