Fix some line break issues in system font (windows)

This commit is contained in:
Henrik Rydgard 2013-08-30 17:45:12 +02:00
parent 5b027fec96
commit 5374df64a5
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ void PromptScreen::CreateViews() {
ViewGroup *leftColumn = new AnchorLayout(new LinearLayoutParams(1.0f));
root_->Add(leftColumn);
leftColumn->Add(new TextView(message_, ALIGN_LEFT, 1.0f, new AnchorLayoutParams(10, 10, NONE, NONE)));
leftColumn->Add(new TextView(message_, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NONE)));
ViewGroup *rightColumnItems = new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, actionMenuMargins));
root_->Add(rightColumnItems);

2
native

@ -1 +1 @@
Subproject commit 00bc06e2972a8647c1d6f922180639eca11a46bc
Subproject commit b505648c9920659868fff62aba64d68d06895a5b