From a641fdcdcc80ab50d54a4f1cb97dd6807d194bb1 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" Date: Mon, 29 Dec 2008 20:47:33 +0000 Subject: [PATCH] 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 --- .../template/en/default/testopia/case/show.html.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl b/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl index f9c6afa02ae..1b5f79dc88c 100644 --- a/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl +++ b/mozilla/webtools/testopia/template/en/default/testopia/case/show.html.tmpl @@ -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',