From 7d8c34956dba5a4435ea348927ae7bcfaf5d1976 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 03:18:43 +0000 Subject: [PATCH] made the west panel default a little wider to allow for new tab padding git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92794 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- thirdparty/jquery-layout/jquery.layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/jquery-layout/jquery.layout.js b/thirdparty/jquery-layout/jquery.layout.js index 0b850f28..f4772b7b 100755 --- a/thirdparty/jquery-layout/jquery.layout.js +++ b/thirdparty/jquery-layout/jquery.layout.js @@ -116,7 +116,7 @@ $.fn.layout = function (opts) { } , west: { paneSelector: "."+prefix+"west" // default = .ui-layout-west - , size: 200 + , size: 260 , resizerCursor: "w-resize" } , center: {