summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 3c16be5..310f725 100644
--- a/ui.c
+++ b/ui.c
@@ -428,7 +428,7 @@ static void file_selector_render(Ted *ted, FileSelector *fs) {
y1 += char_height + padding;
// search buffer
- float line_buffer_height = char_height * 1.5f;
+ float line_buffer_height = char_height;
buffer_render(&ted->line_buffer, rect4(x1, y1, x2, y1 + line_buffer_height));
y1 += line_buffer_height;