mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
make bonus hints smaller
This commit is contained in:
parent
6439f6d223
commit
34f2a853d6
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ public class BoardCanvas extends Canvas implements DrawCtx {
|
|||
int color = m_otherColors[CommonPrefs.COLOR_BONUSHINT];
|
||||
m_fillPaint.setColor( adjustColor(color) );
|
||||
Rect brect = new Rect( rect );
|
||||
brect.inset( 0, brect.height()/10 );
|
||||
brect.inset( 0, brect.height()/4 );
|
||||
drawCentered( bonusStr, brect, m_fontDims );
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue