Home | History | Annotate | Download | only in qt

Lines Matching refs:parentHeight

1444         int parentHeight = parentStyle->height().value();
1445 o->style()->setWidth(Length(parentHeight / 3, Fixed));
1446 o->style()->setHeight(Length(parentHeight, Fixed));