Skip to content

Commit

Permalink
Added title to comment / highlight section
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillam committed Aug 2, 2022
1 parent 7cffc3a commit 3fcd2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/professionallyevil/paramalyzer/Paramalyzer.form
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<border type="none" title="Highlight / Comment"/>
<children>
<component id="9eef4" class="javax.swing.JComboBox" binding="highlightChoice">
<constraints>
Expand Down
1 change: 1 addition & 0 deletions src/com/professionallyevil/paramalyzer/Paramalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ public void actionPerformed(ActionEvent e) {
final JPanel panel9 = new JPanel();
panel9.setLayout(new GridLayoutManager(1, 2, new Insets(0, 0, 0, 0), -1, -1));
panel8.add(panel9, new GridConstraints(1, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, null, null, null, 0, false));
panel9.setBorder(BorderFactory.createTitledBorder(null, "Highlight / Comment", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, null, null));
highlightChoice = new JComboBox();
final DefaultComboBoxModel defaultComboBoxModel1 = new DefaultComboBoxModel();
defaultComboBoxModel1.addElement("none");
Expand Down

0 comments on commit 3fcd2f1

Please sign in to comment.