Browse Source

Fix vertical bottom label.

BDisp 1 year ago
parent
commit
6dff7d8e4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UICatalog/Scenarios/TextAlignmentsAndDirection.cs

+ 1 - 0
UICatalog/Scenarios/TextAlignmentsAndDirection.cs

@@ -165,6 +165,7 @@ public class TextAlignmentsAndDirections : Scenario
         {
             X = Pos.AnchorEnd (4),
             Y = 1,
+            Width = 2,
             Height = 9,
             ColorScheme = color1,
             TextDirection = TextDirection.TopBottom_LeftRight,