Skip to content

Commit

Permalink
update changelog + better spacing in about popup
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Feb 17, 2024
1 parent ddc34b8 commit 5b059ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## v6.3.0

* Add Next Free Offset for Group IDs
* Fix being able to click on the layer number to lock it
* Fix crash when selecting colors using the new color selector

## v6.2.1

Expand Down
2 changes: 1 addition & 1 deletion src/features/about/AboutBEPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct Dev {

CCNode* create(AboutBEPopup* popup, bool big) const {
auto node = CCNode::create();
node->setContentSize({ 100.f, 50.f });
node->setContentSize({ links.size() * 25.f + 25, 50 });
node->setAnchorPoint({ .5f, .5f });

auto label = CCLabelBMFont::create(name, "bigFont.fnt");
Expand Down

0 comments on commit 5b059ea

Please sign in to comment.