Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
FigmentBoy committed Mar 29, 2021
1 parent f6bbbca commit 2fe1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GroupIDFilter/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int __fastcall Editor::hkInit(CCLayer* self, void*, void* b) {
auto sprite = CCSprite::create("GJ_button_01.png");

CCMenuItemSpriteExtra* btn = CCMenuItemSpriteExtra::create(sprite, sprite, self, menu_selector(GroupIDInputLayer::onOpen));
btn->setScale(0.85);
btn->setScale(0.8);

auto size = btn->getContentSize();

Expand Down

0 comments on commit 2fe1685

Please sign in to comment.