Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
systemoperator committed May 17, 2020
1 parent 3980a8f commit 92e241f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ protected void updateItem(T item, boolean empty) {
double maxWidth = currentScreen.getBounds().getWidth();
Tooltip tooltip = new Tooltip(tooltipText);
tooltip.setMaxWidth(maxWidth * 2 / 3);
// tooltip.setTextOverrun(OverrunStyle.CENTER_ELLIPSIS); // info: can be enabled instead of wrapping the text
tooltip.setWrapText(true);
setTooltip(tooltip);
}
Expand Down

0 comments on commit 92e241f

Please sign in to comment.