mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed text
This commit is contained in:
parent
6ea6e7f89e
commit
4af3f3742a
@ -265,7 +265,7 @@ void GxsIdStatisticsWidget::updateContent()
|
||||
total_per_type += it.second;
|
||||
|
||||
painter.setFont(times_f) ;
|
||||
painter.drawText(ox,oy,tr("Usage types") + "(" + QString::number(total_per_type) + " identities actually used): ") ; oy += 2*celly;
|
||||
painter.drawText(ox,oy,tr("Usage types") + "(" + QString::number(total_per_type) + " hits): ") ; oy += 2*celly;
|
||||
|
||||
for(auto it:usage_map)
|
||||
{
|
||||
@ -281,7 +281,7 @@ void GxsIdStatisticsWidget::updateContent()
|
||||
total_per_service += it.second;
|
||||
|
||||
painter.setFont(times_f) ;
|
||||
painter.drawText(ox,oy,tr("Usage per service") + "(" + QString::number(total_per_service) + " identities actually used): ") ; oy += 2*celly;
|
||||
painter.drawText(ox,oy,tr("Usage per service") + "(" + QString::number(total_per_service) + " hits): ") ; oy += 2*celly;
|
||||
|
||||
for(auto it:per_service_usage_map)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user