Update smithay, egui, and smithay-egui

This commit is contained in:
Ian Douglas Scott 2025-06-24 20:09:20 -07:00 committed by Victoria Brekenfeld
parent 48a165d182
commit 614d99fc05
5 changed files with 34 additions and 32 deletions

View file

@ -685,9 +685,9 @@ impl CosmicMapped {
],
)
.show(ctx, |ui| {
egui::Frame::none()
egui::Frame::NONE
.fill(egui::Color32::BLACK)
.rounding(5.0)
.corner_radius(5.0)
.inner_margin(10.0)
.show(ui, |ui| {
ui.heading(window.title());