Skip to content

Commit 33debc8

Browse files
committed
Credits panel fix
1 parent f28b752 commit 33debc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Dialogs/AboutPanel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class AboutPanel final : public Component {
327327
void resized() override
328328
{
329329
creditsViewport.setBounds(getLocalBounds());
330-
creditsComponent.setSize(getWidth(), creditsComponent.getDesiredHeight() + 450);
330+
creditsComponent.setSize(getWidth(), creditsComponent.getDesiredHeight() + 460);
331331
licenseComponent.setBounds(getLocalBounds());
332332

333333
auto bounds = getLocalBounds().withTrimmedTop(190).reduced(16, 10);

0 commit comments

Comments
 (0)