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) {