Comment out overridden widths
This commit is contained in:
@@ -112,7 +112,7 @@ impl<S: 'static + Send + Sync> Panel<S> {
|
||||
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<S: 'static + Send + Sync> Panel<S> {
|
||||
panel_base = v_stack()
|
||||
.flex_initial()
|
||||
.h_full()
|
||||
.w(current_width)
|
||||
// .w(current_width)
|
||||
.w_64()
|
||||
.fill(theme.middle.base.default.background)
|
||||
.border_l()
|
||||
|
||||
Reference in New Issue
Block a user