Skip to content

Commit 8ee2634

Browse files
committed
fk it shrink the other fella too why not
1 parent 7782050 commit 8ee2634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/SongListLayer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bool SongListLayer::setup(const std::string&) {
3636
->setAxis(geode::Axis::Row)
3737
->setGap(.0f)
3838
);
39-
infoMenu->setContentSize({24.f, 23.f});
39+
infoMenu->setContentSize({24.f * .75f, 23.f * .75f});
4040
InfoAlertButton* infoBtn = InfoAlertButton::create(
4141
"Menu Loop Randomizer - Help/FAQ",
4242
"Play button = switch songs.\n"
@@ -48,7 +48,7 @@ bool SongListLayer::setup(const std::string&) {
4848
"A: <c_>***Listen***</c> to them first.\n\n"
4949
"<cy>Q: Add a search bar!</c>\n"
5050
"A: <c_>No. Never. Learn how to scroll through a list.</c>",
51-
1.f
51+
.75f
5252
);
5353
infoMenu->addChildAtPosition(infoBtn, geode::Anchor::Center);
5454
infoMenu->setPosition({layerSize - 3.f});

0 commit comments

Comments
 (0)