Project Name column wider

Since T/M column has been added, the Project Name has much less room.
The T/M column and date columns could be less wide (55-60 in stead of
76 pixels), and the total width of the pane has been increased from
300px to 375 pixels.
This commit is contained in:
mvanmiddelkoop 2015-02-28 15:03:58 +01:00
parent 452e035a19
commit 0c481a58f3
2 changed files with 4 additions and 4 deletions

View file

@ -26,9 +26,9 @@
<tree id="tasksTree" fixedLayout="true" sclass="taskTreeCols">
<treecols sizable="false" height="33px">
<treecol label="${ganttzk_i18n:_('Name')}" sclass="tree-text" />
<treecol label="${ganttzk_i18n:_('Start')}" width="76px" />
<treecol label="${ganttzk_i18n:_('End')}" width="76px" />
<treecol label="${ganttzk_i18n:_('Status T/M')}" width="76px" />
<treecol label="${ganttzk_i18n:_('Start')}" width="60px" />
<treecol label="${ganttzk_i18n:_('End')}" width="60px" />
<treecol label="${ganttzk_i18n:_('T / M')}" width="55px" />
</treecols>
</tree>
</div>

View file

@ -102,7 +102,7 @@ planner = self;
<center border="0">
<borderlayout sclass="plannerlayout_center" height="100%">
<west flex="false" collapsible="true" splittable="true" width="300px"
<west flex="false" collapsible="true" splittable="true" width="375px"
id="taskdetailsContainer" sclass="taskdetailsContainer">
<div sclass="leftpanelgap" id="insertionPointLeftPanel"></div>
</west>