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
+3 -1
View File
@@ -334,7 +334,9 @@ impl CodeReviewDiffMenu {
let check_slot: Box<dyn Element> = if target.is_selected {
ConstrainedBox::new(
Icon::Check.to_galaxyui_icon(Fill::Solid(text_color)).finish(),
Icon::Check
.to_galaxyui_icon(Fill::Solid(text_color))
.finish(),
)
.with_width(CHECK_SLOT_SIZE)
.with_height(CHECK_SLOT_SIZE)