Decrease row count for buffer search bar

This commit is contained in:
Piotr Osiewicz
2023-08-11 23:47:16 +02:00
parent 0a0314eec9
commit c0356fdf16
+1 -1
View File
@@ -368,7 +368,7 @@ impl ToolbarItemView for BufferSearchBar {
}
}
fn row_count(&self, _: &ViewContext<Self>) -> usize {
3
2
}
}