chore(deps): handle egui-related upgrades

This commit is contained in:
LGUG2Z
2025-11-12 16:20:19 -08:00
parent df38facf9e
commit c8c4c3507c
8 changed files with 392 additions and 322 deletions

View File

@@ -247,7 +247,7 @@ impl eframe::App for KomorebiGui {
egui::CentralPanel::default().show(ctx, |ui| {
ctx.set_pixels_per_point(2.0);
egui::ScrollArea::vertical().show(ui, |ui| {
ui.set_width(ctx.screen_rect().width());
ui.set_width(ctx.content_rect().width());
ui.collapsing("Debugging", |ui| {
ui.collapsing("Window Rules", |ui| {
let window = Window::from(self.debug_hwnd);