mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-03 20:46:01 +01:00
fix spacing (whitespace only)
This commit is contained in:
parent
7352cd5449
commit
d4a23bbaca
1 changed files with 2 additions and 2 deletions
|
@ -548,7 +548,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
} else if ( null != bonusStr ) {
|
||||
m_fillPaint.setColor( GREY );
|
||||
drawCentered( bonusStr, rect, m_fontDims );
|
||||
}
|
||||
}
|
||||
} else {
|
||||
m_fillPaint.setColor( foreColor );
|
||||
drawCentered( text, rect, m_fontDims );
|
||||
|
@ -557,7 +557,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
if ( (CELL_ISBLANK & flags) != 0 ) {
|
||||
markBlank( rect, pending );
|
||||
}
|
||||
// frame the cell
|
||||
// frame the cell
|
||||
m_canvas.drawRect( rect, m_strokePaint );
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue