Current behavior
This:
<Thickness x:Key="OutlinedTextBoxPadding">3</Thickness>
<Thickness x:Key="OutlinedPasswordBoxPadding">3</Thickness>
<x:Double x:Key="OutlinedTextBoxMinHeight">30</x:Double>
<x:Double x:Key="OutlinedPasswordBoxMinHeight">30</x:Double>
When the boxes have icons attached, results in:
As you can see, the icon in the PasswordBox is not aligning centered vertically and the heights are not the same.
Without an icon, this results in:
Expected behavior
PasswordBox and TextBox should have aligned styling behavior and PasswordBox should vertically center the icon the same way TextBox does.
Package Version(s): SDK 6.5.0-dev.100
Affected platform(s):
All
Current behavior
This:
When the boxes have icons attached, results in:
As you can see, the icon in the PasswordBox is not aligning centered vertically and the heights are not the same.
Without an icon, this results in:
Expected behavior
PasswordBox and TextBox should have aligned styling behavior and PasswordBox should vertically center the icon the same way TextBox does.
Package Version(s): SDK 6.5.0-dev.100
Affected platform(s):
All