update
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user