Searched refs:DEFAULT_ROW_HEIGHT (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DTableViewer.java43 protected static int DEFAULT_ROW_HEIGHT = 70; field in class:TableViewer
136 table.setRowHeight(DEFAULT_ROW_HEIGHT);
169 table.setRowHeight((int)(DEFAULT_ROW_HEIGHT*zoomLevel));

Completed in 67 milliseconds