Skip to content

Commit

Permalink
refactor: move toolbar south (eventually to be merged into footer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Aug 3, 2024
1 parent bb9553d commit 0b2d5c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public class SessionPanel(
// make all buttons centered
toolbar.add(clearAllButton)

add(toolbar, BorderLayout.NORTH)
add(toolbar, BorderLayout.SOUTH)

launchClient()
}
Expand Down

0 comments on commit 0b2d5c4

Please sign in to comment.