Bug 458422 - sizing of action/expected tab too large vertically, cutting off bottom of box or scrollbar
git-svn-id: svn://10.0.0.236/trunk@255661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -221,7 +221,7 @@ Ext.onReady(function(){
|
||||
layout:'fit',
|
||||
items:{
|
||||
title: 'Action',
|
||||
height: 450,
|
||||
height: 420,
|
||||
bodyBorder: false,
|
||||
border: false,
|
||||
layout: 'fit',
|
||||
@@ -236,7 +236,7 @@ Ext.onReady(function(){
|
||||
layout:'fit',
|
||||
items:{
|
||||
title: 'Expected Results',
|
||||
height: 450,
|
||||
height: 420,
|
||||
bodyBorder: false,
|
||||
border: false,
|
||||
layout: 'fit',
|
||||
@@ -259,7 +259,7 @@ Ext.onReady(function(){
|
||||
layout:'fit',
|
||||
items:{
|
||||
title: 'Setup',
|
||||
height: 450,
|
||||
height: 420,
|
||||
bodyBorder: false,
|
||||
border: false,
|
||||
layout: 'fit',
|
||||
@@ -274,7 +274,7 @@ Ext.onReady(function(){
|
||||
layout:'fit',
|
||||
items:{
|
||||
title: 'Breakdown',
|
||||
height: 450,
|
||||
height: 420,
|
||||
bodyBorder: false,
|
||||
border: false,
|
||||
layout: 'fit',
|
||||
@@ -453,7 +453,7 @@ Ext.onReady(function(){
|
||||
title: '[% title FILTER js %]',
|
||||
region: 'north',
|
||||
contentEl: 'case_overview',
|
||||
height: 245,
|
||||
height: 250,
|
||||
hideBorders: true
|
||||
},{
|
||||
xtype: 'tabpanel',
|
||||
|
||||
Reference in New Issue
Block a user