busLabelMinSegmentLength constant

double const busLabelMinSegmentLength

Minimum segment length to label bus width (e.g. "bus7:0") - 25 * 25 = 625px.

Implementation

static const double busLabelMinSegmentLength =
    busLabelThresholdMultiplier * 25.0;