Blackberry: Improve packaging.
This commit is contained in:
parent
bd1d4e2d92
commit
dd6479c872
2 changed files with 8 additions and 4 deletions
|
@ -78,7 +78,7 @@ void ProductView::CreateViews() {
|
|||
|
||||
float size = entry_.size / (1024.f * 1024.f);
|
||||
char temp[256];
|
||||
sprintf(temp, "%s: %f %s", s->T("Size"), size, s->T("MB"));
|
||||
sprintf(temp, "%s: %.2f %s", s->T("Size"), size, s->T("MB"));
|
||||
|
||||
Add(new TextView(temp));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue