From 367688e4338023e21d12f03ae0d48919b59e6c90 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 18 Dec 2008 19:59:29 +0000 Subject: [PATCH] ebl use % instead of fixed size git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8191 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bresto.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.5