------------------------------------------------------------
revno: 179
committer: Jan Henrik Overland [email protected]
branch nick: trunk
timestamp: Thu 2009-04-16 13:50:42 +0200
message:
  Ext bug workaround.
modified:
  gis/dhis-gis-geostat/demos/geostat/geostat.js

=== modified file 'gis/dhis-gis-geostat/demos/geostat/geostat.js'
--- gis/dhis-gis-geostat/demos/geostat/geostat.js       2009-04-16 11:12:03 
+0000
+++ gis/dhis-gis-geostat/demos/geostat/geostat.js       2009-04-16 11:50:42 
+0000
@@ -120,6 +120,7 @@
         triggerAction: 'all',
         selectOnFocus: true,
         width: combo_width,
+        minListWidth: combo_width,
         store: organisationUnitLevelStore,
         listeners: {
             'select': {
@@ -140,12 +141,13 @@
         editable: false,
         valueField: 'name',
         displayField: 'name',
-        emptyText: 'Required',
+        emptyText: 'Requiredss',
         mode: 'remote',
         forceSelection: true,
         triggerAction: 'all',
         selectOnFocus: true,
         width: combo_width,
+        minListWidth: combo_width + 26,
         store: organisationUnitStore
     });
     
@@ -162,6 +164,7 @@
         triggerAction: 'all',
         selectOnFocus: true,
         width: combo_width,
+        minListWidth: combo_width + 26,
         store: organisationUnitLevelStore,
         listeners: {
             'select': {
@@ -230,6 +233,7 @@
         displayField: 'value',
         valueField: 'value',
         width: combo_width,
+        minListWidth: combo_width + 26,
         triggerAction: 'all',
         mode: 'local',
         value: 5,



--
Trunk
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to