update force close game button width to fit new font

This commit is contained in:
2025-11-07 11:56:26 +00:00
parent 2804812691
commit b9ebdfdb5c
+1 -1
View File
@@ -109,7 +109,7 @@ impl App {
});
});
let force_close_button = ui.add_sized(
[104.0, 0.0],
[108.0, 0.0],
egui::Button::new(&self.force_close.button_text),
);
self.force_close