fix: Resolve many display issues with the dropdown theme

This commit is contained in:
rockerBOO
2020-09-17 21:42:50 -04:00
parent c043f90de0
commit 8cc6e67851
2 changed files with 16 additions and 5 deletions

View File

@@ -17,11 +17,12 @@ function themes.get_dropdown(opts)
layout_strategy = "center",
results_title = false,
preview_title = "Preview",
border = false,
width = 70,
borderchars = {
{ '', '', '', '', '', '', '', ''},
prompt = {"", "", " ", "", "", "", "", ""},
results = {"", "", "", "", "", "", "", ""},
preview = {"=", "=", "", "", "", "", "", ""}
preview = { '', '', '', '', '', '', '', ''},
},
}