mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
try larger font size on high-res screens
This commit is contained in:
parent
9e87a5ee92
commit
ecb225a6a8
1 changed files with 1 additions and 1 deletions
|
@ -2088,7 +2088,7 @@ public class BoardActivity extends XWActivity
|
|||
thumb = Bitmap.createBitmap( size, size, Bitmap.Config.ARGB_8888 );
|
||||
|
||||
Rect bounds = new Rect( 0, 0, size, size );
|
||||
XwJNI.board_figureLayout( m_jniGamePtr, m_gi, 0, 0, 5, 5, false,
|
||||
XwJNI.board_figureLayout( m_jniGamePtr, m_gi, 0, 0, 20, 20, false,
|
||||
bounds, null );
|
||||
|
||||
ThumbCanvas canvas = new ThumbCanvas( this, thumb );
|
||||
|
|
Loading…
Reference in a new issue