diff --git a/src/phantom/phantomstyle.cpp b/src/phantom/phantomstyle.cpp index d22acd5..6082896 100644 --- a/src/phantom/phantomstyle.cpp +++ b/src/phantom/phantomstyle.cpp @@ -4731,7 +4731,7 @@ QRect PhantomStyle::subControlRect(ComplexControl control, if (groupBox->subControls & (SC_GroupBoxLabel | SC_GroupBoxCheckBox)) { int fontHeight = option->fontMetrics.height(); int topMargin = - qMax(pixelMetric(PM_ExclusiveIndicatorHeight), fontHeight); + qMax(pixelMetric(PM_IndicatorHeight), fontHeight); topMargin += (int)((qreal)fontHeight * Ph::GroupBox_LabelBottomMarginFontRatio); r.setTop(r.top() + topMargin);