--- trunk/RomCheater.RVACalculator/RVACalculatorDockControl.cs 2013/06/17 02:21:49 659 +++ trunk/RomCheater.RVACalculator/RVACalculatorDockControl.cs 2013/06/17 02:55:56 663 @@ -107,13 +107,13 @@ private void RVACalculatorDockControl_Shown(object sender, EventArgs e) { - const int t = 100; - //txtRVA.SuspendLayout(); - logger.Debug.WriteLine("txtRva.Width={0}", txtRVA.Width); - logger.Debug.WriteLine("increasing txtRva.Width to {0}", txtRVA.Width + t); - txtRVA.Width = txtRVA.Width + t; - logger.Debug.WriteLine("txtRva.Width={0}", txtRVA.Width); - //txtRVA.ResumeLayout(); + //const int t = 100; + ////txtRVA.SuspendLayout(); + //logger.Debug.WriteLine("txtRva.Width={0}", txtRVA.Width); + //logger.Debug.WriteLine("increasing txtRva.Width to {0}", txtRVA.Width + t); + //txtRVA.Width = txtRVA.Width + t; + //logger.Debug.WriteLine("txtRva.Width={0}", txtRVA.Width); + ////txtRVA.ResumeLayout(); }