Work around Mono anchoring bug.

This commit is contained in:
jdpurcell
2008-10-19 18:32:33 +00:00
parent 9f58e03075
commit 568c26abfe
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,9 @@ namespace JDP
public frmReport()
{
InitializeComponent();
txtReport.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
}
public string Message {
get { return txtReport.Text; }
set { txtReport.Text = value; }