Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProjectsPlanning WiderNameColumn #21

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions ganttzk/src/main/resources/web/ganttz/zul/leftTasksTree.zul
Expand Up @@ -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>
Expand Up @@ -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>
Expand Down