1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

rename table demo

This commit is contained in:
René Rössler
2021-12-17 18:39:11 +01:00
parent 31d8cbb2c0
commit fc79988737

View File

@@ -10,7 +10,7 @@ pub struct TableDemo {
impl super::Demo for TableDemo {
fn name(&self) -> &'static str {
"☰ Table"
"☰ Table Demo"
}
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {