OSDN Git Service

ToolStripAPIGaugeTest がmonoで正常に動作しない問題を修正
authorKimura Youichi <kim.upsilon@bucyou.net>
Wed, 20 Feb 2013 14:48:11 +0000 (23:48 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Wed, 20 Feb 2013 14:47:21 +0000 (23:47 +0900)
OpenTween.Tests/ToolStripAPIGaugeTest.cs

index 314082f..ff2f34a 100644 (file)
@@ -37,6 +37,7 @@ namespace OpenTween
         {
             using (var toolStrip = new ToolStripAPIGauge())
             {
+                toolStrip.AutoSize = false;
                 toolStrip.Size = new Size(100, 10);
                 toolStrip.ApiLimit = new ApiLimit(150, 150, DateTime.MaxValue);
 
@@ -84,6 +85,7 @@ namespace OpenTween
         {
             using (var toolStrip = new ToolStripAPIGauge())
             {
+                toolStrip.AutoSize = false;
                 toolStrip.Size = new Size(100, 10);
                 toolStrip.GaugeHeight = 5;