mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-23 19:30:20 +00:00
console.lua: increase the gap between menu items
Make it less cluterred.
This commit is contained in:
committed by
Kacper Michajłow
parent
c1406fa5ec
commit
d8123d81bd
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user