Increased project progress chart height to allow fitting of spread bars

FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
Lorenzo Tilve Álvaro 2012-07-04 21:31:35 +02:00
parent aaff2d919a
commit d0b377e4e6

View file

@ -57,7 +57,7 @@
<groupbox closable="false">
<caption label="${i18n:_('Progress')}" />
<hbox>
<n:div id="global-progress" style="height:200px; width:500px;"></n:div>
<n:div id="global-progress" style="height:230px; width:500px;"></n:div>
<n:div id="task-status" style="height:200px; width:400px; margin-left: 100px;"></n:div>
</hbox>
</groupbox>