We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7782050 commit 8ee2634Copy full SHA for 8ee2634
src/ui/SongListLayer.cpp
@@ -36,7 +36,7 @@ bool SongListLayer::setup(const std::string&) {
36
->setAxis(geode::Axis::Row)
37
->setGap(.0f)
38
);
39
- infoMenu->setContentSize({24.f, 23.f});
+ infoMenu->setContentSize({24.f * .75f, 23.f * .75f});
40
InfoAlertButton* infoBtn = InfoAlertButton::create(
41
"Menu Loop Randomizer - Help/FAQ",
42
"Play button = switch songs.\n"
@@ -48,7 +48,7 @@ bool SongListLayer::setup(const std::string&) {
48
"A: <c_>***Listen***</c> to them first.\n\n"
49
"<cy>Q: Add a search bar!</c>\n"
50
"A: <c_>No. Never. Learn how to scroll through a list.</c>",
51
- 1.f
+ .75f
52
53
infoMenu->addChildAtPosition(infoBtn, geode::Anchor::Center);
54
infoMenu->setPosition({layerSize - 3.f});
0 commit comments