dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24000
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11713: Minor fix.
------------------------------------------------------------
revno: 11713
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-08-20 16:41:49 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/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-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-08-20 09:28:05 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-08-20 09:41:49 +0000
@@ -6678,10 +6678,8 @@
xtype: 'panel',
layout: 'column',
id: 'filterPanel',
- bodyStyle: 'background-color:transparent; padding:10px 10px 0px 3px',
- autoScroll: true,
+ bodyStyle: 'background-color:transparent; padding:10px 10px 0px 3px;overflow-x: hidden; overflow-y: auto;',
overflowX: 'hidden',
- overflowY: 'auto',
height: TR.conf.layout.west_dataelements_filter_panel,
width: (TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor),
items: []