Lines Matching full:width
136 // Width / Height
137 // The width and height here are affected by the zoom.
138 // FIXME: Check is flawed, since it doesn't take min-width/max-width into account.
139 LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom());
140 if (controlSize.width() != style->width())
141 style->setWidth(controlSize.width());
145 // Min-Width / Min-Height
147 if (minControlSize.width() != style->minWidth())
148 style->setMinWidth(minControlSize.width());
772 // width/height - honored (WinIE actually scales its control for small widths, but lets it overflow for small heights.)
789 // width/height - honored (WinIE actually scales its control for small widths, but lets it overflow for small heights.)