Skip to content

Commit

Permalink
Fix missing "Collect by" header
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
  • Loading branch information
koppor and calixtus committed Dec 23, 2023
1 parent cc6ee70 commit 424b209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jabref/gui/groups/GroupDialog.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
</VBox>
</VBox>
</HBox>
<Label text="%Collect by" styleClass="sectionHeader" style="-fx-padding: 0 10 0 0;"/>
<HBox>
<VBox spacing="10.0">
<RadioButton fx:id="explicitRadioButton" toggleGroup="$type" wrapText="true"
Expand Down

0 comments on commit 424b209

Please sign in to comment.