Unnecessary statically defined padding.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Apr 2009 03:23:22 +0000 (21:23 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Apr 2009 06:05:55 +0000 (00:05 -0600)
imp/js/src/DimpBase.js

index dfbda6e..a73d2c6 100644 (file)
@@ -2004,7 +2004,7 @@ var DimpBase = {
     _sizeFolderlist: function()
     {
         var nf = $('normalfolders');
-        nf.setStyle({ height: (document.viewport.getHeight() - nf.cumulativeOffset()[1] - 10) + 'px' });
+        nf.setStyle({ height: (document.viewport.getHeight() - nf.cumulativeOffset()[1]) + 'px' });
     },
 
     /* Flag actions for message list. */