fix compilation error introduced by previous commit

This commit is contained in:
Fabrice Bellamy
2026-02-21 22:40:40 +01:00
parent 37c56cbb87
commit 997b105666
+1 -1
View File
@@ -144,7 +144,7 @@ impl Render for ApplicationRoot {
#[cfg(target_os = "macos")]
let container = {
let offset = self.sidebar_width.min(gpui::px(72.));
h_flex().ml(gpui::px(-offset.0))
h_flex().ml(-offset)
};
container