]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix [bs #2710] about Storage combo that is too small
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 14 Jun 2011 09:03:22 +0000 (11:03 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 15 Jun 2011 08:19:22 +0000 (10:19 +0200)
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

index f54e092256f8ade735fe2d232da2ac1619ec3c11..e574903486b387e4afb090ec01736d5351908335 100644 (file)
@@ -1097,6 +1097,7 @@ Ext.onReady(function(){
             triggerAction: 'all',
             emptyText:'Select a storage...',
             forceSelection: false,
+            minListWidth: 210,
             selectOnFocus:true
         });