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-Tag: Release-5.2.1~416 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ccc19865c2e882eeef16ea705bc6defc7d64fdb;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 });