Subversion Repository Public Repository

litesoft

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

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