From 3e34a83aa12d529d0a4965af70186810bb3da9ea Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 21 Dec 2009 10:19:19 +0000
Subject: [PATCH] LMS-1075 minor: show project 'details' in the same row as
 project code

SVN: 14014
---
 .../ui/experiment/ProjectSelectionTreeGridContainer.java        | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/experiment/ProjectSelectionTreeGridContainer.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/experiment/ProjectSelectionTreeGridContainer.java
index 981afefd4a4..da8219537a4 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/experiment/ProjectSelectionTreeGridContainer.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/experiment/ProjectSelectionTreeGridContainer.java
@@ -126,7 +126,6 @@ public final class ProjectSelectionTreeGridContainer extends LayoutContainer imp
         treeGrid.setAutoExpandColumn(ModelDataPropertyNames.CODE);
         treeGrid.getTreeView().setForceFit(true);
         treeGrid.getTreeView().setSortingEnabled(false);
-        treeGrid.getTreeView().setRowHeight(32);
         treeGrid.setTitle(viewContext.getMessage(Dict.PROJECT_SELECTOR_TOOLTIP));
         // switchOffFolderIcons
         treeGrid.getStyle().setNodeCloseIcon(null);
@@ -213,7 +212,6 @@ public final class ProjectSelectionTreeGridContainer extends LayoutContainer imp
                                         });
                     detailsLink.setTitle(viewContext
                             .getMessage(Dict.PROJECT_SELECTOR_DETAILS_LINK_TOOLTIP));
-                    detailsLink.removeStyleName("inline");
                     projectLinks.put(project, detailsLink);
 
                     final FlowPanel panel =
-- 
GitLab