You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(shot): dynamically calculate size tips dimensions based on font size
Use fontMetrics() to compute width and height instead of hardcoded
setFixedSize(90, 30), ensuring size tips display correctly on different
font sizes and screen scaling ratios (e.g., 125% scale with font size 20).
bug: https://pms.uniontech.com/bug-view-346697.html
0 commit comments