Subversion Repository Public Repository

litesoft

Diff Revisions 508 vs 514 for /trunk/GWT_Sandbox/MultiModule/groupBack/src/org/litesoft/sandbox/multimodule/groupback/client/bottom/BottomViewImpl.java

Diff revisions: vs.
  @@ -17,7 +17,7 @@
17 17
18 18 public BottomViewImpl()
19 19 {
20 - CubeFace zCubeFace = new CubeFace( this, "BottomGroup", mCenter = Places.Bottom, Places.Top, Places.Right, Places.Left, Places.Bottom );
20 + CubeFace zCubeFace = new CubeFace( this, "BottomGroup", mCenter = Places.Bottom, Places.Front, Places.Right, Places.Left, Places.Back );
21 21
22 22 VerticalPanel zPanel = new VerticalPanel();
23 23 zPanel.setHorizontalAlignment( HasHorizontalAlignment.ALIGN_CENTER );