mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 16:27:43 +00:00
Rendering tweaks/bug-fixes
This commit is contained in:
@@ -273,7 +273,7 @@ void Button::resized(const boo::SWindowRect& root, const boo::SWindowRect& sub)
|
||||
if (m_style == Style::Block)
|
||||
{
|
||||
textRect.location[0] += 5 * pf;
|
||||
textRect.location[1] += 8 * pf;
|
||||
textRect.location[1] += 7 * pf;
|
||||
}
|
||||
m_text->resized(root, textRect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user