Refine project panel, list item
This commit is contained in:
parent
5477b87774
commit
12573ed2e7
6 changed files with 15 additions and 45 deletions
|
@ -1,7 +1,5 @@
|
|||
use crate::prelude::*;
|
||||
use crate::{
|
||||
theme, v_stack, Label, List, ListEntry, ListItem, ListItemVariant, ListSeparator, ListSubHeader,
|
||||
};
|
||||
use crate::{prelude::*, ListItemVariant};
|
||||
use crate::{theme, v_stack, Label, List, ListEntry, ListItem, ListSeparator, ListSubHeader};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum ContextMenuItem<S: 'static + Send + Sync + Clone> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue