fix peer icon circle overlay

This commit is contained in:
woodser 2025-05-16 21:14:22 -04:00
parent fc410ee77e
commit e68174ea70
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
9 changed files with 17 additions and 8 deletions

View file

@ -124,9 +124,7 @@ public class PeerInfoIcon extends Group {
numTradesPane.relocate(scaleFactor * 18, scaleFactor * 14);
numTradesPane.setMouseTransparent(true);
ImageView numTradesCircle = new ImageView();
numTradesCircle.setFitWidth(12);
numTradesCircle.setFitHeight(12);
numTradesCircle.setId("image-green_circle");
numTradesCircle.setId("image-green_circle_solid");
numTradesLabel = new AutoTooltipLabel();
numTradesLabel.relocate(scaleFactor * 5, scaleFactor * 1);
@ -137,9 +135,7 @@ public class PeerInfoIcon extends Group {
tagPane.relocate(Math.round(scaleFactor * 18), scaleFactor * -2);
tagPane.setMouseTransparent(true);
ImageView tagCircle = new ImageView();
tagCircle.setFitWidth(12);
tagCircle.setFitHeight(12);
tagCircle.setId("image-blue_circle");
tagCircle.setId("image-blue_circle_solid");
tagLabel = new AutoTooltipLabel();
tagLabel.relocate(Math.round(scaleFactor * 5), scaleFactor * 1);
tagLabel.setId("ident-num-label");

View file

@ -23,16 +23,29 @@
-fx-image: url("../../images/alert_round.png");
}
#image-red_circle_solid {
-fx-image: url("../../images/red_circle_solid.png");
}
#image-green_circle {
-fx-image: url("../../images/green_circle.png");
}
#image-green_circle_solid {
-fx-image: url("../../images/green_circle_solid.png");
}
#image-yellow_circle {
-fx-image: url("../../images/yellow_circle.png");
}
#image-blue_circle {
-fx-image: url("../../images/blue_circle.png");
#image-yellow_circle_solid {
-fx-image: url("../../images/yellow_circle_solid.png");
}
#image-blue_circle_solid {
-fx-image: url("../../images/blue_circle_solid.png");
}
#image-remove {

View file

Before

Width:  |  Height:  |  Size: 674 B

After

Width:  |  Height:  |  Size: 674 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B