[sitemap/MainUI] Fix a typo in buildWidget (#3811)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/3809/head
lolodomo 2023-10-01 16:38:38 +02:00 committed by GitHub
parent d4a433a4ce
commit 369a49aab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class UIComponentSitemapProvider implements SitemapProvider, RegistryChan
case "Mapview":
MapviewImpl mapviewWidget = (MapviewImpl) SitemapFactory.eINSTANCE.createMapview();
widget = mapviewWidget;
setWidgetPropertyFromComponentConfig(widget, component, "height", SitemapPackage.WEBVIEW__HEIGHT);
setWidgetPropertyFromComponentConfig(widget, component, "height", SitemapPackage.MAPVIEW__HEIGHT);
break;
case "Slider":
SliderImpl sliderWidget = (SliderImpl) SitemapFactory.eINSTANCE.createSlider();