NativeDesign: Rename controls to match names of widgets

This commit is contained in:
martin 2021-04-12 23:56:06 +02:00 committed by Michael Van Canneyt
parent 90e966751d
commit c37a6e7852

View File

@ -359,9 +359,9 @@ begin
SetLength(FWidgets,9);
FWidgetCount:=0;
RegisterWidget('Button',2);
RegisterWidget('Checkbox',3);
RegisterWidget('Radio',4);
RegisterWidget('Edit',5);
RegisterWidget('CheckBoxInput',3);
RegisterWidget('RadioInput',4);
RegisterWidget('TextInput',5);
RegisterWidget('Image',6);
RegisterWidget('TextArea',7);
RegisterWidget('Select',8);