# Arcade mini menu dimension adjustment not working?

**URL:** https://forum.makecode.com/t/arcade-mini-menu-dimension-adjustment-not-working/44186
**Category:** Help
**Tags:** extension
**Created:** [May 27, 2026, 12:10am UTC](https://forum.makecode.com/t/arcade-mini-menu-dimension-adjustment-not-working/44186 "2026-05-27T00:10:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![AquaticMilk](https://avatars.discourse-cdn.com/v4/letter/a/8baadc/32.png) [@AquaticMilk](https://forum.makecode.com/u/AquaticMilk)
#### Post date: [May 27, 2026, 12:10am UTC](https://forum.makecode.com/t/arcade-mini-menu-dimension-adjustment-not-working/44186/1 "2026-05-27T00:10:02Z")

</div>

When using @richard 's arcade-mini-menu extension, I try to use the block displayed in the image attached. The width adjustment for the menu works just fine, but when I try to change the height, it doesn’t move at all.

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/f/d/fdd5747b38f8a3102e577410faaabf3c6764fefa.png)

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [May 27, 2026, 2:19am UTC](https://forum.makecode.com/t/arcade-mini-menu-dimension-adjustment-not-working/44186/2 "2026-05-27T02:19:38Z")

</div>

It’s complicated, it does change but doesn’t show more than needed. Others will probably explain that better though

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [May 27, 2026, 2:20am UTC](https://forum.makecode.com/t/arcade-mini-menu-dimension-adjustment-not-working/44186/3 "2026-05-27T02:20:55Z")

</div>

you need it to reach the limit and then it scrolls

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [May 27, 2026, 2:33am UTC](https://forum.makecode.com/t/arcade-mini-menu-dimension-adjustment-not-working/44186/4 "2026-05-27T02:33:13Z")

</div>

I believe the height only limits how many options you can add before the menu cuts them off and only shows them when you scroll down. You need to use the sprite set y blocks to change its height instead.
