mirror of
https://github.com/Wisser/Jailer.git
synced 2026-01-04 09:39:45 -06:00
improved color scheme of the links
This commit is contained in:
@@ -2487,7 +2487,7 @@ public abstract class Desktop extends JDesktopPane {
|
||||
boolean sameY = tableBrowser.parent != null && Math.abs(tableBrowser.internalFrame.getY() - tableBrowser.parent.internalFrame.getY()) < 32;
|
||||
int linkPrio = 0;
|
||||
if (link.notHAligned) {
|
||||
if (link.inClosure) {
|
||||
if (link.inClosure || sameY) {
|
||||
linkPrio += 1;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user