mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
make hint text bigger and proportional to cell size.
This commit is contained in:
parent
a6edcaadd9
commit
b441fdb56e
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
} else if ( null != bonusStr ) {
|
||||
m_fillPaint.setColor( GREY );
|
||||
Rect brect = new Rect( rect );
|
||||
brect.inset( 0, (brect.height() - m_defaultFontHt)/2 );
|
||||
brect.inset( 0, brect.height()/10 );
|
||||
drawCentered( bonusStr, brect, m_fontDims );
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue