Uncommited changes synced
[Pman.MTrack] / Pman.Tab.MTrack.js
index bf7a529..764d92a 100644 (file)
@@ -33,6 +33,7 @@ Pman.Tab.MTrack = new Roo.util.Observable({
         this.panel = parentLayout.addxtype({
             xtype: 'NestedLayoutPanel',
             xns: Roo,
+            background : true,
             region : 'center',
             title : "MTrack",
             layout : {
@@ -40,7 +41,8 @@ Pman.Tab.MTrack = new Roo.util.Observable({
                 xns: Roo,
                 center : {
                     xtype: 'LayoutRegion',
-                    xns: Roo
+                    xns: Roo,
+                    tabPosition : 'top'
                 }
             }
         });