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
This commit is contained in:
Ingo Schommer 2009-11-21 03:18:43 +00:00
parent 3b8767e9fb
commit 7d8c34956d

View File

@ -116,7 +116,7 @@ $.fn.layout = function (opts) {
}
, west: {
paneSelector: "."+prefix+"west" // default = .ui-layout-west
, size: 200
, size: 260
, resizerCursor: "w-resize"
}
, center: {