Skip to content

Context Menu

Context menu configuration

padding

Adjust padding for context menu

entry

Controls the padding around each entry in context menus. The value is an array where the first value is vertical padding and the second is horizontal padding.

toml
# Type: array
# Values: array
# Default: [4, 4]

[context_menu.padding]
entry = [2, 5]