Skip to content

Commit

Permalink
DarkLAF, further steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed Jun 24, 2024
1 parent e2f774d commit d4f563f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
15 changes: 0 additions & 15 deletions src/main/gui/net/sf/jailer/ui/UIUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -1700,21 +1700,6 @@ public void actionPerformed(ActionEvent e) {
});
plafMenu.add(item);
}

if (plafMenu.getComponentCount() < 5) {
// TODO
Container p = plafMenu.getParent();
if (p instanceof JPopupMenu) {
for (int i = 0; i < ((JPopupMenu) p).getComponentCount(); ++i) {
Component comp = ((JPopupMenu) p).getComponent(i);
if (comp == plafMenu) {
for (int pmi = 0; pmi < plafMenu.getComponentCount(); ++pmi) {
((JPopupMenu) p).add(plafMenu.getComponent(pmi), i + pmi);
}
}
}
}
}
}

public static String format(long number) {
Expand Down
7 changes: 0 additions & 7 deletions src/main/gui/net/sf/jailer/ui/pathfinder/PathFinderView.java
Original file line number Diff line number Diff line change
Expand Up @@ -1385,13 +1385,6 @@ public void initFocus() {

}


// TODO
// TODO check references of this SmallButton

//TODO
//TODO pathfinderview: icon "exclude all" is too saturated

//TODO
//TODO lupenstiel in dark nicht gut zu sehen

Expand Down
Binary file modified src/main/gui/net/sf/jailer/ui/resource/Cancel2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4f563f

Please sign in to comment.