#How to scale ui with another ui

1 messages · Page 1 of 1 (latest)

lapis spire
#

see in the images how i have a smaller ui with less of the plus sign buttons and how the whole thing is smaller, but in the other one i have more plus sign buttons and it makes its main frame grow with the amount of buttons in it. idk if that makes sense but how would i achieve this?

wicked nova
#

Frame has AutomaticSize property

#

set it to XY

#

and play with UIGridLayout properties (in you case set FillDirectionMaxCells to 4)

lapis spire
#

i tried messing with that and it doesnt scale correctly not sure why

wicked nova
#

maybe try making a container for your buttons

lapis spire
#

theyre in one

wicked nova
#

hm

lapis spire
#

like everything just scales so strangely

wicked nova
#

do you have AbsoluteSize on both frames>

lucid gobletBOT
#

studio** You are now Level 5! **studio

wicked nova
#

?

#

main and container

lapis spire
#

yeah

lucid gobletBOT
#

studio** You are now Level 13! **studio

wicked nova
#

yeah i cant figure it out srry

#

lol 😭

daring kite
#

like instead of {100, 0, 100, 0}

#

do {0, 0.1, 0, 0.1}

hazy reef
daring kite
lapis spire