Skip to content

Commit

Permalink
[sitemap/MainUI] Fix a typo in buildWidget (#3811)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored Oct 1, 2023
1 parent d4a433a commit 369a49a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ protected Sitemap buildSitemap(RootUIComponent rootComponent) {
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();
Expand Down

0 comments on commit 369a49a

Please sign in to comment.