dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12414
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3821: Minor fix
------------------------------------------------------------
revno: 3821
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-06-01 11:39:57 +0200
message:
Minor fix
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml
--
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-dashboard-integration/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml 2011-06-01 08:39:55 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml 2011-06-01 09:39:57 +0000
@@ -20,8 +20,8 @@
<action name="getChart" class="org.hisp.dhis.dashboard.action.GetChartAction">
<result name="success" type="chart">
- <param name="width">309</param>
- <param name="height">309</param>
+ <param name="width">310</param>
+ <param name="height">310</param>
</result>
</action>