Searched refs:SEPARATOR_WIDTH (Results 1 – 2 of 2) sorted by relevance
1446 static const int SEPARATOR_WIDTH = 1; in drawTextArea() local1477 qreal contentStartPosX = BULLET_AREA_WIDTH + SEPARATOR_WIDTH; in drawTextArea()1500 painter.fillRect( contentStartPosX - SEPARATOR_WIDTH, 0, in drawTextArea()1501 lineNumberAreaWidth + SEPARATOR_WIDTH, paintDeviceHeight, in drawTextArea()1508 painter.fillRect( contentStartPosX - SEPARATOR_WIDTH, 0, in drawTextArea()1509 SEPARATOR_WIDTH + 1, paintDeviceHeight, in drawTextArea()1519 leftMarginPx_ = contentStartPosX + SEPARATOR_WIDTH; in drawTextArea()