mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Store: Wrap item descriptions on small screens.
This commit is contained in:
parent
b00f6ac8c1
commit
ee3ac5b0aa
@ -253,7 +253,7 @@ void ProductView::CreateViews() {
|
||||
cancelButton_->SetVisibility(V_GONE);
|
||||
|
||||
// Add star rating, comments etc?
|
||||
Add(new TextView(entry_.description));
|
||||
Add(new TextView(entry_.description, ALIGN_LEFT | FLAG_WRAP_TEXT, false));
|
||||
|
||||
float size = entry_.size / (1024.f * 1024.f);
|
||||
char temp[256];
|
||||
|
Loading…
Reference in New Issue
Block a user