#✅ | 🙋 | Gui size and position problem

1 messages · Page 1 of 1 (latest)

neat lily
clear parrotBOT
#

Hi! 👋 Please first click the button below to start this support ticket.

⚠️ It is not possible for anybody to send messages in this ticket before it has been started, so you need to click the button for others to be able to help/answer you.

clear parrotBOT
# neat lily Is there a way to fix this without forcing the gui scale cause ive seen it being...

Do you want to switch to Finnish 🇫🇮?

I can’t view MP4 attachments here, so if the video is needed, please use Request Human Help for that file type.

This could be related to these issues:

Yes, you usually do not need to force Minecraft’s GUI scale for this. FancyMenu’s docs recommend layout-wide Auto-Scaling instead when you just want the layout to adapt better to GUI scale changes. 🤔

What to use:

  • Auto-Scaling: best first choice for size/position problems
  • Correct anchors: fixes elements drifting out of place
  • Sticky Anchors: helps if an element changes size and loses alignment

Important:

  • If you’re positioning buttons next to vanilla/mod widgets, make sure they use the right anchor point. Otherwise they can shift when the screen size changes.
  • For elements whose size changes, Sticky Anchors can keep them centered/aligned better.

If you want, I can tell you exactly where to find Auto-Scaling in the editor menu 👀

#

<@&1365490168563372113>

Human Help Requested

@neat lily has requested human assistance.

A human moderator will help as soon as possible.

#

🙋 | Gui size and position problem

#
Ticket Summary

User wants to fix GUI size/position issues without forcing Minecraft’s GUI scale, since they’ve seen this handled in other modpacks like All Of Create. It was explained that this is usually better solved with FancyMenu’s layout-wide Auto-Scaling, along with correct anchors and Sticky Anchors for elements that move or resize incorrectly. An MP4 video was attached, but it could not be reviewed here. Still unresolved: the exact GUI element causing the issue and whether Auto-Scaling/anchors fully solve it.

high wren
#

Have you tried anchoring them to the same place? Or anything that alice said?

neat lily
#

Yes but I think I fixed it now I just disabled advanced positioning and manually moved them and put sticky anchor on.

clear parrotBOT
# neat lily Yes but I think I fixed it now I just disabled advanced positioning and manually...

Yep, that’s a good fix 👍

Disabling Advanced Positioning and then using normal positioning + Sticky Anchors is often the better solution for this kind of issue.

Why it helped:

  • Advanced Positioning ignores normal anchor behavior
  • Sticky Anchors keep elements aligned even when their size changes

So if it’s stable now, you’re probably good to go 🤝

If it starts drifting again later, the next things to check are:

  • same anchor point
  • Stay On Screen
  • only use Auto-Scaling if the whole layout still breaks on resize

Nice job sorting it out 👏

#

✅ | 🙋 | Gui size and position problem

#
Thread Marked as Solved

This support thread has been marked as solved by @neat lily.

The AI helper is now disabled.

high wren
#

Nice

neat lily
#

I tried it before and didnt work but now it apparently works