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")]