mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
fixed text
This commit is contained in:
parent
6ea6e7f89e
commit
4af3f3742a
1 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ void GxsIdStatisticsWidget::updateContent()
|
||||||
total_per_type += it.second;
|
total_per_type += it.second;
|
||||||
|
|
||||||
painter.setFont(times_f) ;
|
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)
|
for(auto it:usage_map)
|
||||||
{
|
{
|
||||||
|
@ -281,7 +281,7 @@ void GxsIdStatisticsWidget::updateContent()
|
||||||
total_per_service += it.second;
|
total_per_service += it.second;
|
||||||
|
|
||||||
painter.setFont(times_f) ;
|
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)
|
for(auto it:per_service_usage_map)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue