← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8990: (GIS) Grid width fixes.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 8990 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-11-13 13:13:29 +0100
message:
  (GIS) Grid width fixes.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js


--
lp:dhis2
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
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js	2012-11-13 11:53:35 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js	2012-11-13 12:12:20 +0000
@@ -1927,7 +1927,7 @@
 				{
 					dataIndex: 'name',
 					sortable: false,
-					width: 335,
+					width: 338,
 					renderer: function(value, metaData, record) {
 						var fn = function() {
 							var el = Ext.get(record.data.id);
@@ -1947,7 +1947,7 @@
 				{
 					xtype: 'actioncolumn',
 					sortable: false,
-					width: 85,
+					width: 76,
 					items: [
 						{
 							iconCls: 'gis-grid-row-icon-edit',
@@ -2085,6 +2085,10 @@
 							metaData.tdCls = 'gis-grid-row-icon-disabled';
 						}
 					}
+				},
+				{
+					sortable: false,
+					width: 6
 				}
 			],
 			store: GIS.store.maps,
@@ -2387,12 +2391,12 @@
 					{
 						dataIndex: 'name',
 						sortable: false,
-						width: 355
+						width: 364
 					},
 					{
 						xtype: 'actioncolumn',
 						sortable: false,
-						width: 45,
+						width: 36,
 						items: [
 							{
 								iconCls: 'gis-grid-row-icon-edit',