Updated noice cmdline size and pos

This commit is contained in:
2024-03-24 18:47:30 +01:00
parent 57f26caedd
commit ea872e52a0

View File

@@ -13,11 +13,11 @@ return {
views = { views = {
cmdline_popup = { cmdline_popup = {
position = { position = {
row = 5, row = "85%",
col = "50%", col = "50%",
}, },
size = { size = {
width = 60, width = "50%",
height = "auto", height = "auto",
}, },
}, },