From c2cf0990c5e9a16f920c7d3e62170c0d68c538fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20S=C3=A9nidre?= Date: Mon, 24 Apr 2023 18:09:30 +0200 Subject: [PATCH] fixed DataGridsettingsScreen's title --- .../componentsExplorer/screens/DataGridSettingsScreen.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as b/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as index cfdeff5cf0..1924d07f82 100644 --- a/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as +++ b/examples/ComponentsExplorer/source/feathers/examples/componentsExplorer/screens/DataGridSettingsScreen.as @@ -47,7 +47,7 @@ package feathers.examples.componentsExplorer.screens //never forget to call super.initialize() super.initialize(); - this.title = "Date Time Spinner Settings"; + this.title = "Data Grid Settings"; this.layout = new AnchorLayout();