1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Add a custom 3D demo using glow to egui_demo_app (#1546)

This commit is contained in:
Emil Ernerfeldt
2022-04-30 12:58:29 +02:00
committed by GitHub
parent bb421c7e8a
commit 3a83a600bb
7 changed files with 287 additions and 72 deletions

View File

@@ -53,7 +53,7 @@ impl super::Demo for WidgetGallery {
egui::Window::new(self.name())
.open(open)
.resizable(true)
.default_width(300.0)
.default_width(280.0)
.show(ctx, |ui| {
use super::View as _;
self.ui(ui);