fix layout!
This commit is contained in:
@@ -344,6 +344,15 @@ namespace IOB_WIN
|
||||
child.MdiParent = this;
|
||||
child.Text = IOB;
|
||||
child.Show();
|
||||
child.Shown += Child_Shown;
|
||||
}
|
||||
/// <summary>
|
||||
/// Sistemazione finestre POST visualizzazione...
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void Child_Shown(object sender, EventArgs e)
|
||||
{
|
||||
this.LayoutMdi(MdiLayout.TileHorizontal);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user