Home | History | Annotate | Download | only in rendering

Lines Matching defs:controlSize

151             LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom());
152 if (controlSize.width() != style->width())
153 style->setWidth(controlSize.width());
154 if (controlSize.height() != style->height())
155 style->setHeight(controlSize.height());