Add TitleBar
component and wire up to the workspace
This commit is contained in:
parent
f33d41af63
commit
eb642551ac
7 changed files with 349 additions and 9 deletions
|
@ -14,6 +14,7 @@ mod status_bar;
|
|||
mod tab;
|
||||
mod tab_bar;
|
||||
mod terminal;
|
||||
mod title_bar;
|
||||
mod toolbar;
|
||||
mod traffic_lights;
|
||||
mod workspace;
|
||||
|
@ -34,6 +35,7 @@ pub use status_bar::*;
|
|||
pub use tab::*;
|
||||
pub use tab_bar::*;
|
||||
pub use terminal::*;
|
||||
pub use title_bar::*;
|
||||
pub use toolbar::*;
|
||||
pub use traffic_lights::*;
|
||||
pub use workspace::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue