Skip to content

Commit

Permalink
Improved code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Nov 2, 2024
1 parent 7154b3d commit 197f9dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public Component getListCellRendererComponent(JList<?> list, Object value, int i
{
final JPanel addButtons = new JPanel();
addButtons.setLayout(new GridLayout(1, 3, BORDER_PADDING, 0));
contentPane.add(addButtons);
{
JButton addOfflineAccountButton = new JButton(I18n.get("tab.accounts.add_offline.label"));
addOfflineAccountButton.addActionListener(event -> {
Expand Down

0 comments on commit 197f9dd

Please sign in to comment.