Skip to content

Commit

Permalink
Revert Anns Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 17, 2024
1 parent 028a435 commit bdf6a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private JPanel topPanel(){
JPanel topBar = new JPanel();
topBar.setPreferredSize(new Dimension(paneWidth, 100));
topBar.setLayout(new BorderLayout());
topBar.add(openLocal);
// topBar.add(openLocal);
topBar.add(userButtonsPanel, BorderLayout.EAST);
topBar.add(timeFilter, BorderLayout.WEST);
topBar.setBorder(BorderFactory.createTitledBorder(lowerEtchedBorder, " User Options "));
Expand Down

0 comments on commit bdf6a44

Please sign in to comment.