Exemple #1
0
 public TestSceneChatLink()
 {
     Add(textContainer = new TestChatLineContainer
     {
         Padding = new MarginPadding {
             Left = 20, Right = 20
         },
         RelativeSizeAxes = Axes.X,
         AutoSizeAxes     = Axes.Y,
         Direction        = FillDirection.Vertical,
     });
 }
Exemple #2
0
 public TestCaseChatLink()
 {
     Add(dialogOverlay = new DialogOverlay {
         Depth = float.MinValue
     });
     Add(textContainer = new TestChatLineContainer
     {
         Padding = new MarginPadding {
             Left = 20, Right = 20
         },
         RelativeSizeAxes = Axes.X,
         AutoSizeAxes     = Axes.Y,
         Direction        = FillDirection.Vertical,
     });
 }