You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/MinimalisticDemo.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,17 @@ public class MinimalisticDemo extends VerticalLayout
19
19
20
20
publicMinimalisticDemo()
21
21
{
22
+
// Let the view use 100% of the site
23
+
this.setSizeFull();
24
+
22
25
// Create the registry which is needed so that components can be reused and their methods invoked
26
+
// Note: You normally don't need to invoke any methods of the registry and just hand it over to the components
0 commit comments