Home
last modified time | relevance | path

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

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/matrix/
H A DMatrixEditor.java352 int minimumNameHeight = 0; in getBuffer() local
360 if( size.y > minimumNameHeight ){ in getBuffer()
361 minimumNameHeight = size.y ; in getBuffer()
370 …this.lineHeight = Math.max(minimumNameHeight,( (this.clientArea.height - (BORDER_HEIGHT * 2.0f))/ … in getBuffer()
385 …th.round( (i * this.lineHeight) ) + Math.round( (this.lineHeight - minimumNameHeight) / 2 ) ) ); in getBuffer()