diff --git a/crates/ui/src/components/title_bar/title_bar.rs b/crates/ui/src/components/title_bar/title_bar.rs index e16b231268562d733067f0bdc1d5786f4cc3d440..e50e421d672487e1dea6735629d3c993902bb12a 100644 --- a/crates/ui/src/components/title_bar/title_bar.rs +++ b/crates/ui/src/components/title_bar/title_bar.rs @@ -14,7 +14,7 @@ pub struct TitleBar { impl TitleBar { #[cfg(not(target_os = "windows"))] pub fn height(cx: &mut WindowContext) -> Pixels { - (1.75 * cx.rem_size()).max(px(32.)) + (1.75 * cx.rem_size()).max(px(34.)) } #[cfg(target_os = "windows")]