Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextBox-padding defined in ResourceDictionary not worked #3058

Closed
mohsen-id opened this issue Jan 22, 2023 · 0 comments · Fixed by #3074
Closed

TextBox-padding defined in ResourceDictionary not worked #3058

mohsen-id opened this issue Jan 22, 2023 · 0 comments · Fixed by #3074
Assignees
Labels
Milestone

Comments

@mohsen-id
Copy link

Bug explanation

If you set padding for a Textbox inline in style, its worked; but if you move the padding to a setter in ResourceDictionary, it's not working.

For example:

<Style x:Key="LInputTextField" TargetType="{x:Type TextBox}" BasedOn="{StaticResource MaterialDesignOutlinedTextBox}"> Not work but: Worked ### Version 4.7.1.0
@mohsen-id mohsen-id added bug evaluation required Items is pending review or evaluation by the team labels Jan 22, 2023
@Keboo Keboo added this to the 4.8.0 milestone Jan 22, 2023
@nicolaihenriksen nicolaihenriksen self-assigned this Feb 4, 2023
@nicolaihenriksen nicolaihenriksen removed the evaluation required Items is pending review or evaluation by the team label Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants