Browse Source

Fix width for 16 colors.

BDisp 11 tháng trước cách đây
mục cha
commit
439bddf5c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UICatalog/Scenarios/Editor.cs

+ 1 - 1
UICatalog/Scenarios/Editor.cs

@@ -392,7 +392,7 @@ public class Editor : Scenario
         var d = new Dialog
         {
             Title = title,
-            Width = Application.Force16Colors ? 35 : Dim.Auto (DimAutoStyle.Auto, Dim.Percent (80), Dim.Percent (90)),
+            Width = Application.Force16Colors ? 37 : Dim.Auto (DimAutoStyle.Auto, Dim.Percent (80), Dim.Percent (90)),
             Height = 20
         };