diff --git a/Sources/arm/ui/BoxPreferences.hx b/Sources/arm/ui/BoxPreferences.hx index 4e231ca2..a529c284 100644 --- a/Sources/arm/ui/BoxPreferences.hx +++ b/Sources/arm/ui/BoxPreferences.hx @@ -154,7 +154,7 @@ class BoxPreferences { ui.text("", 0, h.color); if (ui.isHovered && ui.inputReleased) { UIMenu.draw(function(ui) { - ui.fill(0, 0, ui._w / ui.ops.scaleFactor, ui.t.ELEMENT_H * 6, ui.t.SEPARATOR_COL); + ui.fill(0, 0, ui._w / ui.ops.scaleFactor, ui.t.ELEMENT_H * 9, ui.t.SEPARATOR_COL); ui.changed = false; zui.Ext.colorWheel(ui, h, false, null, false); if (ui.changed) UIMenu.keepOpen = true;