diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-24 19:18:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-24 19:18:35 +0000 |
| commit | c9116355ebaeca4d62788b1116bfaf32e44d78cf (patch) | |
| tree | f8285d7622c44aa278eb04ca59c2c4b40a36abe0 /roundcubemail/program/js/app.js | |
| parent | 78a59366e76d171a044e005f1f50c052ff008f1e (diff) | |
- fix default quota image height
git-svn-id: https://svn.roundcube.net/trunk@3059 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 83162a983..9dc9c9198 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -4057,7 +4057,7 @@ function rcube_webmail() var limit_high = 80; var limit_mid = 55; var width = data.width ? data.width : this.env.indicator_width ? this.env.indicator_width : 100; - var height = data.height ? data.height : this.env.indicator_height ? this.env.indicator_height : 24; + var height = data.height ? data.height : this.env.indicator_height ? this.env.indicator_height : 14; var quota = data.percent ? Math.abs(parseInt(data.percent)) : 0; var quota_width = parseInt(quota / 100 * width); var pos = $(obj).position(); |
