force-h2020 / force-wfmanager

Workflow manager: UI application for Business Decision System
Other
1 stars 0 forks source link

Window resize with workflow tree #382

Closed sparsonslab closed 4 years ago

sparsonslab commented 4 years ago

The application window height increases when clicking on the workflow-tree. This occurs upon the following selection transitions:

from...

to...

... in any combination.

The from's are all TreeNode objects whereas the to's are all TreeNodeWithStatus(TreeNode) objects, a class defined in wf-manager which allows the node icon to change to a "warning". cf. force_wfmanager.ui.setup.workflow_tree.py

Also when clicking on a "Layer X" tab the workflow tree panel contracts in width.