From 3ccc19865c2e882eeef16ea705bc6defc7d64fdb Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 14 Jun 2011 11:03:22 +0200 Subject: [PATCH] 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. --- gui/bweb/html/bresto.js | 1 + 1 file changed, 1 insertion(+) 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 }); -- 2.39.2