benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.73k stars 145 forks source link

Size, Margin of TextBox inside editable ComboBox are fixed #195

Open ms0815user opened 2 years ago

ms0815user commented 2 years ago

Size and Margin of TextBox inside editable ComboBox are fixed to the ComboBox itself.

If the user would define a custom style and set the height, width and margin property, then these values would also be applied to the TextBox inside an editable ComboBox, which would misalign it. This issue has been fixed. As of now other style settings would still apply.