Home | History | Annotate | Download | only in ui

Lines Matching defs:MARGIN

25 	private static final int MARGIN= 5; // margin on all four sides
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
101 w= width - maxNameLength - TGAP - 2 * MARGIN;
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
112 int center= MARGIN + w / 2;
145 int y= MARGIN + vstart;
258 int x= MARGIN + w + TGAP;