Skip to content

Commit

Permalink
slight improvements to the user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Wisser committed Aug 16, 2024
1 parent c069d47 commit 273622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/gui/net/sf/jailer/ui/databrowser/Desktop.java
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ private void paintLink(Point2D start, Point2D end, Color color, Color fgColor, G
mc = hslColor
.adjustLuminance(fg.getBlue() > fg.getRed() && fg.getBlue() > fg.getGreen() ? 80
: fg.getGreen() > 130 && fg.getRed() > 130 && fg.getBlue() < 8 ? 60
: fg.getGreen() > fg.getRed() && fg.getGreen() > fg.getBlue() ? 45
: fg.getGreen() > fg.getRed() && fg.getGreen() > fg.getBlue() ? 46
: fg.getGreen() > 130 && fg.getBlue() > 130 && fg.getRed() < 30
? 70
: 83);
Expand Down

0 comments on commit 273622b

Please sign in to comment.