mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
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));
|
||||
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…
x
Reference in New Issue
Block a user