[Bug #1188] Fixed graphical issues in Montecarlo modal window

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-09-20 20:18:24 +02:00
parent 578a60098d
commit d3b4bbea86

View file

@ -30,26 +30,13 @@
<window title="${i18n:_('MonteCarlo')}"
apply="${monteCarloGraphController}"
mode="modal"
border="false"
closable="true" >
closable="true" width="850px">
<n:center>
<label style="font-family: Tahoma; font-weight: bold; font-size: 18px" value="${i18n:_('MonteCarlo chart')}" />
</n:center>
<vbox width="100%" pack="center" align="center">
<label style="font-family: Tahoma; font-weight: bold; font-size: 18px;padding:5px;" value="${i18n:_('MonteCarlo chart')}" />
</vbox>
<separator spacing="10px" orient="horizontal" />
<hbox>
<grid>
<columns>
<column width="150px"/>
<column hflex="2"/>
<column width="150px" />
<column hflex="2"/>
<column width="150px"/>
<column hflex="1"/>
</columns>
<grid sizedByContent="false">
<rows>
<row>
<label value="${i18n:_('Start date')}" />
@ -63,7 +50,6 @@
</row>
</rows>
</grid>
</hbox>
<hbox>
<vbox id="charts">