-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix output component scrolling and layout
Since the timegraph-output-component creates two trees that each have their own scrollbar, remove the scroll overflow from the parent output-component-tree. Add scrollable wrapper to the xy-output-component and datatree-output-component trees. Make the timegraph-output-component wrappers scrollable. Set the main-output-component overflow to hidden to prevent the timegraph-output-component markers tree from overflowing when the output area is too small. Remove the tree scroll synchronization from the parent class AbstractTreeOutputComponent and instead add it to the only tree that needs it, the timegraph tree. Fix tree width calculation in AbstractTreeOutputComponent. Fix markers layer height calculation to ignore scrollbar height when the tree is collapsed. Remove filler row from markers tree and chart when the model is empty. Remove arbitrary main area width from abstract-output-component. Signed-off-by: Patrick Tasse <patrick.tasse@ericsson.com>
- Loading branch information
1 parent
060c73a
commit 6ef2f01
Showing
6 changed files
with
57 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters