Add rudimentary UI for BufferSearch
This commit is contained in:
parent
349ad7858b
commit
3c1ec2e9ca
3 changed files with 16 additions and 3 deletions
|
@ -4,7 +4,7 @@ use std::sync::Arc;
|
|||
use gpui3::{DefiniteLength, Hsla, Interactive, MouseButton, WindowContext};
|
||||
|
||||
use crate::prelude::*;
|
||||
use crate::{h_stack, theme, Icon, IconColor, IconElement, Label, LabelColor, LabelSize};
|
||||
use crate::{h_stack, Icon, IconColor, IconElement, Label, LabelColor, LabelSize};
|
||||
|
||||
#[derive(Default, PartialEq, Clone, Copy)]
|
||||
pub enum IconPosition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue