From: Eric Bollengier Date: Tue, 14 Jun 2011 09:03:22 +0000 (+0200) Subject: Fix [bs #2710] about Storage combo that is too small X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d0d12e9ad19e8b9b554411b353b6a3d86a487276;p=bacula%2Fbacula Fix [bs #2710] about Storage combo that is too small By default, when the Combo box is created, if the parent is hidden, the combo can't configure the size automatically. --- diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index f54e092256..e574903486 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -1097,6 +1097,7 @@ Ext.onReady(function(){ triggerAction: 'all', emptyText:'Select a storage...', forceSelection: false, + minListWidth: 210, selectOnFocus:true });