Skip to content

Commit

Permalink
Fix formatting and standardize tab naming in campaign options
Browse files Browse the repository at this point in the history
Replaced inconsistent tab naming for "Prisoners & Dependents" with "Prisoners and Dependents" across documentation and code. Standardized HTML formatting in comments and adjusted list tags for better readability.
  • Loading branch information
IllianiCBT committed Jan 14, 2025
1 parent 0565cc8 commit 8171fd5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ public CampaignOptionsGridBagConstraints(JPanel panel) {
* <p>
* The {@code JPanel} will automatically be set to use a {@link GridBagLayout}.
* If {@code anchor} or {@code fill} values are not provided, the following default
* </p>
* values are used:
* <p>
* <ul>
* <li>Default {@code anchor}: {@link GridBagConstraints#NORTHWEST}</li>
* <li>Default {@code fill}: {@link GridBagConstraints#BOTH}</li>
* </p>
* </ul>
* Default {@code insets} are set to {@code new Insets(5, 5, 5, 5)}.
*
* @param panel the {@link JPanel} for which the {@link GridBagConstraints} is created
Expand Down

0 comments on commit 8171fd5

Please sign in to comment.