Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
@@ -80,7 +80,9 @@ impl View for RootView {
),
)
.with_dragbar_side(DragBarSide::Bottom)
.with_dragbar_color(galaxyui::elements::Fill::Solid(ColorU::new(0, 255, 255, 200)))
.with_dragbar_color(galaxyui::elements::Fill::Solid(ColorU::new(
0, 255, 255, 200,
)))
.on_resize(move |ctx, _| {
ctx.notify();
})
@@ -114,7 +116,9 @@ impl View for RootView {
),
)
.with_dragbar_side(DragBarSide::Right)
.with_dragbar_color(galaxyui::elements::Fill::Solid(ColorU::new(255, 255, 0, 200)))
.with_dragbar_color(galaxyui::elements::Fill::Solid(ColorU::new(
255, 255, 0, 200,
)))
.on_resize(move |ctx, _| {
ctx.notify();
})