We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e0cf3 commit 349f623Copy full SHA for 349f623
src/at/gmi/nordborglab/widgets/gwasgeneviewer/client/GWASGeneViewer.ui.xml
@@ -8,11 +8,11 @@
8
margin: 0px 5px 0px 0px;
9
}
10
</ui:style>
11
- <g:FlowPanel height="100%" >
+ <g:FlowPanel height="100%" width="100%" >
12
<g:HTMLPanel>
13
<g:Label horizontalAlignment="ALIGN_LEFT" ui:field="chromosome_label"/>
14
</g:HTMLPanel>
15
- <dyg:Dygraphs ui:field="scatterChart"></dyg:Dygraphs>
+ <dyg:Dygraphs ui:field="scatterChart" height="100%" width="100%"></dyg:Dygraphs>
16
<g:HTMLPanel ui:field="geneViewerContainer" visible="true">
17
<gview:GeneViewer ui:field="geneViewer" visible="false" addStyleNames='{style.genomeView}'></gview:GeneViewer>
18
0 commit comments