Skip to content
Snippets Groups Projects
Commit ec252bc1 authored by felmer's avatar felmer
Browse files

protein and indistinguishable property section have same layout

SVN: 26611
parent bd5424b7
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ public class ProteinViewer extends AbstractViewerWithVerticalSplit<IEntityInform ...@@ -227,7 +227,7 @@ public class ProteinViewer extends AbstractViewerWithVerticalSplit<IEntityInform
String accessionNumber = info.getAccessionNumber(); String accessionNumber = info.getAccessionNumber();
TabItem item = new TabItem(accessionNumber); TabItem item = new TabItem(accessionNumber);
item.setLayout(new FitLayout()); item.setLayout(new FitLayout());
PropertyGrid propertyGrid = new PropertyGrid(viewContext, 4); PropertyGrid propertyGrid = new PropertyGrid(viewContext, 4, "200");
final Map<String, Object> properties = new LinkedHashMap<String, Object>(); final Map<String, Object> properties = new LinkedHashMap<String, Object>();
properties.put(viewContext.getMessage(Dict.ACCESSION_NUMBER), info); properties.put(viewContext.getMessage(Dict.ACCESSION_NUMBER), info);
propertyGrid.registerPropertyValueRenderer(IndistinguishableProteinInfo.class, propertyGrid.registerPropertyValueRenderer(IndistinguishableProteinInfo.class,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment