This commit is contained in:
2026-08-20 15:04:36 +07:00
parent 55fd3324b3
commit 584a8385a1
10 changed files with 556 additions and 324 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ mod panel;
mod resize_handle;
mod stack_panel;
mod state;
mod tab_bar;
mod tab_panel;
mod window_controls;
@@ -53,7 +54,7 @@ pub(crate) fn t(key: &'static str) -> &'static str {
}
/// The fixed height of the tab bar, which doubles as the window title bar.
pub(crate) const TAB_BAR_HEIGHT: Pixels = px(44.);
pub const TAB_BAR_HEIGHT: Pixels = px(44.);
/// A host-owned drag item, dragged into the dock by the application.
#[derive(Clone, Debug)]