Tooltip on tabs
Co-Authored-By: Julia <julia@zed.dev>
This commit is contained in:
parent
26e64fb843
commit
33245d119e
6 changed files with 77 additions and 7 deletions
|
@ -31,6 +31,7 @@ mod theme_selector;
|
|||
mod title_bar;
|
||||
mod toast;
|
||||
mod toolbar;
|
||||
mod tooltip;
|
||||
mod traffic_lights;
|
||||
mod workspace;
|
||||
|
||||
|
@ -67,5 +68,6 @@ pub use theme_selector::*;
|
|||
pub use title_bar::*;
|
||||
pub use toast::*;
|
||||
pub use toolbar::*;
|
||||
pub use tooltip::*;
|
||||
pub use traffic_lights::*;
|
||||
pub use workspace::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue