Skip to content

Commit 78cf12b

Browse files
author
Risto Yrjänä
committed
Fix layout typo
1 parent ff96033 commit 78cf12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/vaadin/scala/example/mongo/full/MongoExample.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MongoExample extends Application("Mongo & Vaadin, tied together with Scala
1010

1111
val service: RegistrationService = RegistrationService
1212

13-
override val main: ComponentContainer = new HorizontalLayout {
13+
override val main: ComponentContainer = new VerticalLayout {
1414
sizeFull()
1515
styleName = Reindeer.LayoutWhite
1616

0 commit comments

Comments
 (0)