From 568c26abfedc42660b29b7bee33635770efa490a Mon Sep 17 00:00:00 2001 From: jdpurcell Date: Sun, 19 Oct 2008 18:32:33 +0000 Subject: [PATCH] Work around Mono anchoring bug. --- CUETools/frmReport.cs | 2 ++ CUETools/frmReport.resx | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CUETools/frmReport.cs b/CUETools/frmReport.cs index ebc044c..9c2bfeb 100644 --- a/CUETools/frmReport.cs +++ b/CUETools/frmReport.cs @@ -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; } diff --git a/CUETools/frmReport.resx b/CUETools/frmReport.resx index f3ab568..939d5d8 100644 --- a/CUETools/frmReport.resx +++ b/CUETools/frmReport.resx @@ -147,9 +147,6 @@ 1 - - Top, Bottom, Left, Right - Courier New, 8.25pt