The alignment of elements on the screen is broken.

ZnAK

New member
It is impossible to precisely adjust the position of the floating button and the floating text relative to each other. The coordinates of the elements are set as percentage with the same values in the axes.
A possible solution would be to add tens of fractions to the percentages.

There are not enough options for these elements:
-fixation on the screen from shifting;
-customize the shape and size of the floating button.
 

Attachments

  • B-T.txt.macro
    2.1 KB · Views: 1
  • Screenshot_20230603-184609.png
    Screenshot_20230603-184609.png
    42.1 KB · Views: 6

ZnAK

New member
What about pixel instead of percentace
Because using a macro on a device with a different screen resolution changes the orientation of the elements. It is necessary to reconfigure the coordinates again.
 

Snurre

Well-known member
Because using a macro on a device with a different screen resolution changes the orientation of the elements. It is necessary to reconfigure the coordinates again.
Yeah, I know exactly what you mean, it was just meant as a temporary solution until the issue get solved (hopefully)
 

Endercraft

Moderator (& bug finder :D)
I've seen myself that it's hard on some devices to align floating buttons. For example if I try to center it it will be offset.
 

ZnAK

New member
I conducted an experiment and found a pattern:
- position X = any value, position Y = 50% centering success;
- position X = 50% position Y < 50% the floating button is located just above;
- position X != 50% position Y < 50% floating button gradually decreases slightly lower;
- position X != 50% position Y > 50% the floating button is located just below.
 

Endercraft

Moderator (& bug finder :D)
Please report a bug via the report bug button in the troubleshooting section of the app and give as much details as possible. That way the developer will be able to investigate.
 
Top