Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DExpandableComposite.java474 int clientIndent = 0; in computeSize() local
476 clientIndent = toggleWidthPlusGap; in computeSize()
500 width = Math.max(width, dsize.x + clientIndent); in computeSize()
508 width = Math.max(width, csize.x + clientIndent); in computeSize()