Replaced some tabs with spaces

This commit is contained in:
TheSumm 2015-12-11 01:51:55 +01:00
parent 80184a1249
commit 37f563d3d5
5 changed files with 11 additions and 10 deletions

View File

@ -63,6 +63,7 @@ void UIItem::drawSelf(Fw::DrawPane drawPane)
g_painter->setColor(Color(231, 231, 231));
m_font->drawText(count, Rect(m_rect.topLeft(), m_rect.bottomRight() - Point(3, 0)), Fw::AlignBottomRight);
}
if(m_showId)
m_font->drawText(stdext::to_string(m_item->getServerId()), m_rect, Fw::AlignBottomRight);
}