mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IDEA-77491 UI: Correct representation of run configuration's text
This commit is contained in:
@@ -104,7 +104,9 @@ public abstract class ComboBoxAction extends AnAction implements CustomComponent
|
||||
setMargin(new Insets(margins.top, 2, margins.bottom, 2));
|
||||
if (isSmallVariant()) {
|
||||
setBorder(IdeBorderFactory.createEmptyBorder(0, 2, 0, 2));
|
||||
setFont(UIUtil.getLabelFont().deriveFont(11.0f));
|
||||
if (!UIUtil.isUnderGTKLookAndFeel()) {
|
||||
setFont(UIUtil.getLabelFont().deriveFont(11.0f));
|
||||
}
|
||||
}
|
||||
addActionListener(
|
||||
new ActionListener() {
|
||||
|
||||
Reference in New Issue
Block a user