fix: preview_cutoff to always show on dropdown theme (#156)

This commit is contained in:
Dave Lage
2020-10-08 14:24:39 -04:00
committed by GitHub
parent c0f99aa09d
commit 04fe97d40d

View File

@@ -17,7 +17,8 @@ function themes.get_dropdown(opts)
layout_strategy = "center", layout_strategy = "center",
results_title = false, results_title = false,
preview_title = "Preview", preview_title = "Preview",
width = 70, preview_cutoff = 1, -- Preview should always show (unless previewer = false)
width = 80,
results_height = 15, results_height = 15,
borderchars = { borderchars = {
{ '', '', '', '', '', '', '', ''}, { '', '', '', '', '', '', '', ''},