Add missing h_separation in PopupMenu

pull/39/head 2.2.1
passivestar 2025-06-08 13:30:03 +07:00
parent bb1ee940a7
commit f2ff52a2fc
1 changed files with 1 additions and 0 deletions

@ -628,6 +628,7 @@ func _init() -> void:
set_constant('item_start_padding', 'PopupMenu', int(popup_margin * scale))
set_constant('v_separation', 'PopupMenu', int(base_margin * 1.75 * scale))
set_constant('h_separation', 'PopupMenu', int(base_margin * 1.75 * scale))
set_stylebox('hover', 'PopupMenu', flat_button_hover_sb)