Skip to content

Commit 1b04d8c

Browse files
committed
walkman
1 parent 95a9041 commit 1b04d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/SongControlMenu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ void SongControlMenu::updateCurrentLabel() {
349349
this->m_smallLabel = cocos2d::CCLabelBMFont::create(currentSong.c_str(), "chatFont.fnt");
350350
this->b->addChildAtPosition(this->m_smallLabel, geode::Anchor::Center, {0.f, 3.5f});
351351
this->b->addChildAtPosition(this->m_increDecreMenu, geode::Anchor::Center);
352-
this->b->addChildAtPosition(this->m_currTimeLb, geode::Anchor::BottomLeft, {27.5f, 6.5f});
353-
this->b->addChildAtPosition(this->m_totlTimeLb, geode::Anchor::BottomRight, {-27.5f, 6.5f});
352+
this->b->addChildAtPosition(this->m_currTimeLb, geode::Anchor::BottomLeft, {27.5f, 6.f});
353+
this->b->addChildAtPosition(this->m_totlTimeLb, geode::Anchor::BottomRight, {-27.5f, 6.f});
354354
this->m_currTimeLb->setScale(.35f);
355355
this->m_totlTimeLb->setScale(.35f);
356356
SongControlMenu::checkDaSongPositions(0.f);

0 commit comments

Comments
 (0)