Skip to content

Commit

Permalink
chore: fix doc wording
Browse files Browse the repository at this point in the history
Co-authored-by: Agnès ZITTE <[email protected]>
  • Loading branch information
Xiaoy312 and agneszitte authored Oct 28, 2024
1 parent d599aaf commit f9f838c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -841,9 +841,9 @@
- SingleLine via Border.MinHeight + SV.HAlign
- Multiline via Border.Padding
The reason we are using an uneven Border.Padding is because the actual platform-specific text input element
have different height on each platform (win=21, skia=20). The 10-top guarantee that the 1st line
have different heights on each platform (win=21, skia=20). The 10-top guarantee that the 1st line
in multiline mode remains the same as in singleline. The 8-bottom leaves room for growth if needed,
so we don't grow pass the MaterialOutlinedTextBoxMinHeight of 56.
so we don't grow past the MaterialOutlinedTextBoxMinHeight of 56.
-->
<Border MinHeight="40"
VerticalAlignment="Top"
Expand Down

0 comments on commit f9f838c

Please sign in to comment.