mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
shrink the stat value labels a bit
This commit is contained in:
parent
38852566a6
commit
04d4df1326
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void ModPopup::setStatValue(CCNode* stat, std::string const& value) {
|
|||
limitNodeSize(
|
||||
valueLabel,
|
||||
{
|
||||
stat->getContentWidth() / 2.2f,
|
||||
stat->getContentWidth() / 2.5f,
|
||||
stat->getContentHeight()
|
||||
},
|
||||
.3f, .1f
|
||||
|
|
Loading…
Reference in a new issue