diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-01-25 15:04:51 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-01-25 15:04:51 +0000 |
| commit | cddaefdf1fbb34e42d6bdcfa5089b955d3031131 (patch) | |
| tree | c970846cc9f37e423d45b1b49b20cd40234126a0 /src/main.rs | |
| parent | bump version to 1.0.0 (diff) | |
| download | nodetoy-main.tar.gz nodetoy-main.zip | |
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index b8702cd..04eddc9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -523,7 +523,7 @@ impl eframe::App for App { None }; - egui::SidePanel::right("preview").show(ctx, |ui| { + egui::Window::new("Preview").show(ctx, |ui| { #[cfg(not(feature = "debug-ui"))] egui::Frame::canvas(ui.style()).show(ui, |ui| { if self.preview.update(ui, shader) { |
