diff --git a/crates/ui2/src/components/panel.rs b/crates/ui2/src/components/panel.rs index 32fe24f024..1a6b333a2c 100644 --- a/crates/ui2/src/components/panel.rs +++ b/crates/ui2/src/components/panel.rs @@ -112,7 +112,7 @@ impl Panel { panel_base = v_stack() .flex_initial() .h_full() - .w(current_width) + // .w(current_width) .w_64() .fill(theme.middle.base.default.background) .border_r() @@ -122,7 +122,7 @@ impl Panel { panel_base = v_stack() .flex_initial() .h_full() - .w(current_width) + // .w(current_width) .w_64() .fill(theme.middle.base.default.background) .border_l()