Skip to content

Commit

Permalink
feature request: add "no ranking" subgroup automatically JabRef#10264
Browse files Browse the repository at this point in the history
  • Loading branch information
lych2001 committed Oct 22, 2024
1 parent cdedf7b commit 99f0994
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/org/jabref/gui/groups/GroupDialog.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
<Label text="%Collect by" styleClass="sectionHeader" style="-fx-padding: 0 10 0 0;"/>
<HBox>
<VBox spacing="10.0">
<RadioButton fx:id="noRankRadioButton" toggleGroup="$type" wrapText="true"
text="%No ranking">
<tooltip>
<Tooltip text="%Group containing entries with no ranking"/>
</tooltip>
</RadioButton>
<RadioButton fx:id="explicitRadioButton" toggleGroup="$type" wrapText="true"
text="%Explicit selection">
<tooltip>
Expand Down

0 comments on commit 99f0994

Please sign in to comment.