Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ protected void updateItem(HeimatTask item, boolean empty) {
setText(null);
} else {
setText(item.taskHolderName() + " - " + item.name());

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might also want to allow resizing of the popup, as hovering over each project is also not too great

String toolTipText = item.name();
setTooltip(new Tooltip(toolTipText));
}
}
});
Expand Down
Loading