There was an error while loading. Please reload this page.
1 parent b893344 commit ae6734dCopy full SHA for ae6734d
1 file changed
src/EditorUI.cpp
@@ -152,7 +152,7 @@ using namespace geode::node_ids;
152
menu->getChildByID("enable-link-button")
153
);
154
linkMenu->setContentSize({ 125.f, zoomMenuHeight + 35.f });
155
- linkMenu->setPositionY(playTestMenu->getPositionY() + 3 - (linkMenu->getContentHeight() / 2));
+ linkMenu->setPositionY(playTestMenu->getPositionY() + 3 - (linkMenu->getContentHeight() / 2) GEODE_MOBILE(- 24.f));
156
linkMenu->updateLayout();
157
158
menu->setPosition(42.f, 45.f);
0 commit comments