fixed line endings

fixed horizontal scrolling to be controlled by a function of dt as per linshier suggestion.
  * this allows compatibility for multi-byte character sets
This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-30 12:15:32 +00:00
parent be707e2396
commit 96cdb7353a
5 changed files with 2082 additions and 2082 deletions

View File

@@ -40,7 +40,7 @@ JGuiController(id, listener), fontId(fontId), mShowDetailsScreen( showDetailsOve
mSelectedDeck = NULL;
mY = 50;
mWidth = 176;
mX = 110;
mX = 115;
titleX = 110; // center point in title box
titleY = 15;