From: Eric Bollengier Date: Thu, 18 Dec 2008 19:59:29 +0000 (+0000) Subject: ebl use % instead of fixed size X-Git-Tag: Release-3.0.0~452 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=367688e4338023e21d12f03ae0d48919b59e6c90;p=bacula%2Fbacula ebl use % instead of fixed size git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8191 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index 73ae8c2ddb..2b49291ac3 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -117,7 +117,6 @@ Ext.onReady(function(){ enableDragDrop: true, containerScroll: true, title: 'Directories', - width: 250, minSize: 100 }); @@ -639,18 +638,18 @@ Ext.onReady(function(){ { title: 'Directories', region: 'west', - width: 250, - minSize: 100, + width: '25%', + minSize: 120, items: tree }, { title: 'Directory content', region: 'center', - minSize: 100, + minSize: '33%', items: file_grid }, { title: 'File version', region: 'east', - width: 550, + width: '42%', minSize: 100, items: file_versions_grid