shrank delay of "offline"-Tooltip in ChatScene

This commit is contained in:
delvh 2020-09-02 10:17:50 +02:00
parent d0c8c685ab
commit d97af36ae1
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ public final class ChatScene implements Restorable {
attachmentView.setImage(DEFAULT_ATTACHMENT_VIEW_IMAGE);
messageSearchButton.setGraphic(new ImageView(IconUtil.loadIconThemeSensitive("search", DEFAULT_ICON_SIZE)));
clientProfilePic.setImage(IconUtil.loadIconThemeSensitive("user_icon", 43));
final Rectangle clip = new Rectangle();
onlyIfOnlineTooltip.setShowDelay(Duration.millis(250));
final var clip = new Rectangle();
clip.setWidth(43);
clip.setHeight(43);
clip.setArcHeight(43);