MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.08k stars 3.42k forks source link

Fix 3593: Double up the space reserved for the Clip #3594

Closed nicolaihenriksen closed 3 months ago

nicolaihenriksen commented 3 months ago

Fixes #3593

Not the nicest of fixes, but I can't really explain why the ActualHeight is not sufficient.

My initial thought was that it was DPI-scaling that needed to be taken into account, but this was also reproduceable when setting the DPI scaling to 100% (i.e. no scaling).

The poor mans solution was to simply double up the reserved space. If you have a better fix, please just abandon this PR. For now I just want the hints to not be clipped "by default" which they are right now. Basically anything below the baseline of the text is currently clipped.