Update smithay, egui, and smithay-egui
This commit is contained in:
parent
48a165d182
commit
614d99fc05
5 changed files with 34 additions and 32 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue