Replaced some tabs with spaces
This commit is contained in:
parent
80184a1249
commit
37f563d3d5
|
@ -63,6 +63,7 @@ void UIItem::drawSelf(Fw::DrawPane drawPane)
|
||||||
g_painter->setColor(Color(231, 231, 231));
|
g_painter->setColor(Color(231, 231, 231));
|
||||||
m_font->drawText(count, Rect(m_rect.topLeft(), m_rect.bottomRight() - Point(3, 0)), Fw::AlignBottomRight);
|
m_font->drawText(count, Rect(m_rect.topLeft(), m_rect.bottomRight() - Point(3, 0)), Fw::AlignBottomRight);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(m_showId)
|
if(m_showId)
|
||||||
m_font->drawText(stdext::to_string(m_item->getServerId()), m_rect, Fw::AlignBottomRight);
|
m_font->drawText(stdext::to_string(m_item->getServerId()), m_rect, Fw::AlignBottomRight);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue