Skip to content

Commit 0196387

Browse files
committed
fix: correct brightness level popup win width
1 parent 0507aa2 commit 0196387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/shade.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ shade.change_brightness = function(level)
341341
focusable = false,
342342
row = 1,
343343
col = vim.o.columns - 18,
344-
width = 16,
344+
width = 18,
345345
height = 4,
346346
}
347347

0 commit comments

Comments
 (0)