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
According to the doc QStyle::PM_ExclusiveIndicatorHeight 40 is Height of a radio button indicator.
Shouldn't you use QStyle::PM_IndicatorHeight 38: Height of a checkbox indicator.
The text was updated successfully, but these errors were encountered:
JulienMaille
added a commit
to JulienMaille/phantomstyle
that referenced
this issue
Nov 7, 2020
phantomstyle/src/phantom/phantomstyle.cpp
Lines 4731 to 4738 in 6e9580b
According to the doc
QStyle::PM_ExclusiveIndicatorHeight 40
is Height of a radio button indicator.Shouldn't you use
QStyle::PM_IndicatorHeight 38
: Height of a checkbox indicator.The text was updated successfully, but these errors were encountered: