mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-01 19:23:04 +00:00
Fix some line break issues in system font (windows)
This commit is contained in:
parent
5b027fec96
commit
5374df64a5
@ -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
2
native
@ -1 +1 @@
|
||||
Subproject commit 00bc06e2972a8647c1d6f922180639eca11a46bc
|
||||
Subproject commit b505648c9920659868fff62aba64d68d06895a5b
|
Loading…
x
Reference in New Issue
Block a user