Skip to content

Commit

Permalink
Add "change priority" label.
Browse files Browse the repository at this point in the history
Add a label next to the "move up" / "move down" buttons in the
ExplanationPreferencesGeneralPanel dialog, to hopefully make it clearer
that the order of the listed explanation services matters.
  • Loading branch information
gouttegd committed May 29, 2024
1 parent 23e9b01 commit 36e1885
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private void addUpDownButtons(PreferencesLayoutPanel panel, JTable pluginTable)
buttonDown.setEnabled(pluginTable.getSelectedRow() != -1);

JPanel buttonsUpDown = new JPanel();
buttonsUpDown.add(new JLabel("Change priority"));
buttonsUpDown.add(buttonUp);
buttonsUpDown.add(buttonDown);
panel.addGroupComponent(buttonsUpDown);
Expand Down

0 comments on commit 36e1885

Please sign in to comment.