mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
rename table demo
This commit is contained in:
@@ -10,7 +10,7 @@ pub struct TableDemo {
|
|||||||
|
|
||||||
impl super::Demo for TableDemo {
|
impl super::Demo for TableDemo {
|
||||||
fn name(&self) -> &'static str {
|
fn name(&self) -> &'static str {
|
||||||
"☰ Table"
|
"☰ Table Demo"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {
|
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {
|
||||||
|
|||||||
Reference in New Issue
Block a user