minor - make collapsible field group title not bold.
This commit is contained in:
parent
38ba58c4eb
commit
8c9129488c
|
@ -78,7 +78,6 @@ public class CollapsiblePanel extends JPanel {
|
||||||
|
|
||||||
link = new JXHyperlink(toggleAction);
|
link = new JXHyperlink(toggleAction);
|
||||||
link.setText(title);
|
link.setText(title);
|
||||||
link.setFont(link.getFont().deriveFont(Font.BOLD));
|
|
||||||
link.setOpaque(true);
|
link.setOpaque(true);
|
||||||
link.setBackground(getTitleBackgroundColor());
|
link.setBackground(getTitleBackgroundColor());
|
||||||
link.setFocusPainted(false);
|
link.setFocusPainted(false);
|
||||||
|
|
Loading…
Reference in New Issue