mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +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 ) {
|
} else if ( null != bonusStr ) {
|
||||||
m_fillPaint.setColor( GREY );
|
m_fillPaint.setColor( GREY );
|
||||||
drawCentered( bonusStr, rect, m_fontDims );
|
drawCentered( bonusStr, rect, m_fontDims );
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
m_fillPaint.setColor( foreColor );
|
m_fillPaint.setColor( foreColor );
|
||||||
drawCentered( text, rect, m_fontDims );
|
drawCentered( text, rect, m_fontDims );
|
||||||
|
@ -557,7 +557,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
||||||
if ( (CELL_ISBLANK & flags) != 0 ) {
|
if ( (CELL_ISBLANK & flags) != 0 ) {
|
||||||
markBlank( rect, pending );
|
markBlank( rect, pending );
|
||||||
}
|
}
|
||||||
// frame the cell
|
// frame the cell
|
||||||
m_canvas.drawRect( rect, m_strokePaint );
|
m_canvas.drawRect( rect, m_strokePaint );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue