Add Buffer component

This commit is contained in:
Marshall Bowers 2023-10-06 17:47:10 -04:00
parent d09f53c380
commit 208d5df106
14 changed files with 661 additions and 19 deletions

View file

@ -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()