Skip to content

Commit

Permalink
fix: Removed an old code piece.
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap-141 committed Mar 28, 2022
1 parent 3ca25dd commit 32a1544
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/library/Uno.Material/Generated/mergedpages.xaml
Expand Up @@ -6714,8 +6714,6 @@
<Setter Property="CornerRadius" Value="{StaticResource TextBoxOutlinedCorderRadius}" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<!--<Setter Property="Padding"
Value="12,16" />-->
<Setter Property="Padding" Value="12,4,8,4" />
<Setter Property="MinHeight" Value="50" />
<!-- Workaround for WinUI issue: https://github.com/microsoft/microsoft-ui-xaml/issues/6388 -->
Expand Down
2 changes: 0 additions & 2 deletions src/library/Uno.Material/Styles/Controls/TextBox.xaml
Expand Up @@ -278,8 +278,6 @@
Value="Left" />
<Setter Property="VerticalContentAlignment"
Value="Center" />
<!--<Setter Property="Padding"
Value="12,16" />-->
<Setter Property="Padding"
Value="12,4,8,4" />
<Setter Property="MinHeight"
Expand Down

0 comments on commit 32a1544

Please sign in to comment.