- Experiment ID
2026-06-soundboard-picker-height- Experiment Type
- apex / user
- Analysis Summary
- Increases the standalone soundboard picker popout height by 100 px.
- Why It Matters
- For servers with many sounds, or when a frequently used section appears, a taller picker can reduce scrolling.
- It is a small UI change, but it can affect repeated soundboard use.
- Detailed Description
- When the soundboard opens as a standalone popout rather than inside the expression picker, the enabled variant applies a height of 420 px plus 100 px.
- In the current build, the config controls this through an enabled flag rather than a separate pixel value.
- The same code path can also apply the extra height when the frequently used sounds section is enabled, suggesting the picker needs more room for longer sound lists.
- Focus Area
- Soundboard picker size
- Importance
- low
- Default Config
{
"enabled": false
}- Variations
{
"1": {
"enabled": true
}
}