1
0
Symbai 5 жил өмнө
parent
commit
994def4642

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

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