mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Update desktop/src/main/java/bisq/desktop/components/AccountStatusTooltipLabel.java
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
This commit is contained in:
parent
b6e8f66553
commit
6bcd22bd55
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class AccountStatusTooltipLabel extends AutoTooltipLabel {
|
|||
private void positionAndActivateIcon() {
|
||||
textIcon.setOpacity(0.4);
|
||||
textIcon.getStyleClass().add("tooltip-icon");
|
||||
textIcon.setOnMouseEntered(e -> popoverWrapper.showPopOver(() -> createPopOver()));
|
||||
textIcon.setOnMouseEntered(e -> popoverWrapper.showPopOver(this::createPopOver));
|
||||
textIcon.setOnMouseExited(e -> popoverWrapper.hidePopOver());
|
||||
|
||||
setGraphic(textIcon);
|
||||
|
|
Loading…
Add table
Reference in a new issue