mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Small tweaks to documentation and demo
This commit is contained in:
@@ -153,7 +153,7 @@ impl DemoWindows {
|
||||
|
||||
egui::SidePanel::right("egui_demo_panel")
|
||||
.min_width(150.0)
|
||||
.default_width(190.0)
|
||||
.default_width(180.0)
|
||||
.show(ctx, |ui| {
|
||||
egui::trace!(ui);
|
||||
ui.vertical_centered(|ui| {
|
||||
|
||||
@@ -153,7 +153,6 @@ impl BackendPanel {
|
||||
ui.label(
|
||||
"Everything you see is rendered as textured triangles. There is no DOM and no HTML elements. \
|
||||
This is the web page, reinvented with game tech.");
|
||||
ui.label("This is also work in progress, and not ready for production… yet :)");
|
||||
ui.hyperlink("https://github.com/emilk/egui");
|
||||
|
||||
ui.separator();
|
||||
|
||||
Reference in New Issue
Block a user