mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
CheckBoxList: make secondary text smaller
This commit is contained in:
@@ -318,7 +318,7 @@ public class CheckBoxList<T> extends JBList {
|
||||
|
||||
JLabel infoLabel = new JLabel(auxText, SwingConstants.RIGHT);
|
||||
infoLabel.setBorder(new EmptyBorder(0, 0, 0, checkbox.getInsets().left));
|
||||
infoLabel.setFont(font);
|
||||
infoLabel.setFont(UIUtil.getFont(UIUtil.FontSize.SMALL, font));
|
||||
panel.add(infoLabel, BorderLayout.CENTER);
|
||||
|
||||
if (shouldAdjustColors) {
|
||||
|
||||
Reference in New Issue
Block a user