cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.3k stars 331 forks source link

fix oversized group caption in high DPI mode #640

Closed ErrorFlynn closed 2 years ago

ErrorFlynn commented 2 years ago

label::measure returns a DPI-correct size, so the "px" unit must be used in the div text, otherwise place overcompensates for the high DPI, giving the label a size larger than the actual size of the text.