Pārlūkot izejas kodu

Update TextBox.cs

Symbai 5 gadi atpakaļ
vecāks
revīzija
994def4642
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/Avalonia.Controls/TextBox.cs

+ 1 - 0
src/Avalonia.Controls/TextBox.cs

@@ -283,6 +283,7 @@ namespace Avalonia.Controls
             get { return GetValue(HorizontalContentAlignmentProperty); }
             get { return GetValue(HorizontalContentAlignmentProperty); }
             set { SetValue(HorizontalContentAlignmentProperty, value); }
             set { SetValue(HorizontalContentAlignmentProperty, value); }
         }
         }
+
         /// <summary>
         /// <summary>
         /// Gets or sets the vertical alignment of the content within the control.
         /// Gets or sets the vertical alignment of the content within the control.
         /// </summary>
         /// </summary>