Replaced some tabs with spaces

master
TheSumm 9 years ago
parent 80184a1249
commit 37f563d3d5

@ -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);
}

Loading…
Cancel
Save