From 92a4d568799124d978f0f42370192e7caba4abc4 Mon Sep 17 00:00:00 2001 From: Lawrence Aberba Date: Wed, 27 Jul 2016 19:35:13 +0000 Subject: [PATCH] Update SwitchWidget to SwitchButton in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c10d6fa..38c57d66 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Currently implemented widgets: * TextImageButton - button with icon and label * CheckBox - check button with label * RadioButton - radio button with label -* SwitchWidget - switch button +* SwitchButton - a toggle switch button * EditLine - single line edit * EditBox - multiline editor * VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts