-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Bug explanation
The hint of the filled text box doesn't seem to be in the right position:
For reference, here is an outlined text box with the same code, which has the right alignment:
My code:
<TextBox Style="{StaticResource MaterialDesignFilledTextBox}"
materialDesign:HintAssist.Hint="Path"
materialDesign:HintAssist.IsFloating="True"
materialDesign:TextFieldAssist.HasLeadingIcon="True"
materialDesign:TextFieldAssist.LeadingIcon="DatabaseOutline"
Margin="15 0 0 0"
FontSize="15"
Padding="12 8"
Height="56"
Foreground="{DynamicResource OnBackground}" />I tried using TextBoxViewMargin but without much success.
Version
4.8.0


