mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix compilation error introduced by previous commit
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user