console.lua: increase the gap between menu items

Make it less cluterred.
This commit is contained in:
Guido Cella
2025-09-27 13:49:48 +02:00
committed by Kacper Michajłow
parent c1406fa5ec
commit d8123d81bd

View File

@@ -297,7 +297,7 @@ local function get_scaled_osd_dimensions()
end
local function get_line_height()
return selectable_items and opts.font_size * 1.1 or opts.font_size
return selectable_items and opts.font_size * 1.2 or opts.font_size
end
local function calculate_max_lines()