Removed separator between files and stats (issue #2370)
authorChristos Stathis <chstath@ebs.gr>
Wed, 9 May 2012 11:06:27 +0000 (14:06 +0300)
committerChristos Stathis <chstath@ebs.gr>
Wed, 9 May 2012 11:06:27 +0000 (14:06 +0300)
src/gr/grnet/pithos/web/client/foldertree/FolderTreeView.java

index 7062e9f..ffa79eb 100644 (file)
@@ -189,11 +189,6 @@ public class FolderTreeView extends Composite implements TreeView {
         tree.setKeyboardSelectionPolicy(KeyboardSelectionPolicy.ENABLED);
         content.add(tree);
 
-        HorizontalPanel separator = new HorizontalPanel();
-        separator.addStyleName("pithos-statisticsSeparator");
-        separator.add(new HTML(""));
-        content.add(separator);
-
         HorizontalPanel statistics = new HorizontalPanel();
            statistics.addStyleName("pithos-statistics");
            statistics.add(new HTML("Used:&nbsp;"));