]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl use % instead of fixed size
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 18 Dec 2008 19:59:29 +0000 (19:59 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 18 Dec 2008 19:59:29 +0000 (19:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8191 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bresto.js

index 73ae8c2ddb237f4553efc445e19fb8b808e73dea..2b49291ac3610777d3149cdf0ca77b8da9a53028 100644 (file)
@@ -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