Home
last modified time | relevance | path

Searched refs:areaHeight (Results 1 – 1 of 1) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java501 int areaHeight = clientArea.height; in doResize() local
503 Point buttonSize = m_arrow.computeSize(areaHeight, areaHeight); in doResize()
504 Point textSize = m_text.computeSize(areaWidth - buttonSize.x, areaHeight); in doResize()
508 m_text.setSize(areaWidth - buttonSize.x, Math.max(textSize.y, areaHeight)); in doResize()