IDEA-348886 "File | Settings | Editor | Color Scheme | General": color fields have untidy corners

- Fixed cut text in color fields

GitOrigin-RevId: 82d91f1025f2bead36ae1dcca48feacb506d5acb
This commit is contained in:
Pavel Porvatov
2024-03-14 16:23:30 +00:00
committed by intellij-monorepo-bot
parent 4916f43845
commit 3bc8c451e9
@@ -20,7 +20,7 @@ import static java.beans.EventHandler.create;
public class ColorPanel extends JComponent {
private static final RelativeFont MONOSPACED_FONT = RelativeFont.SMALL.family(Font.MONOSPACED);
private final List<ActionListener> myListeners = new CopyOnWriteArrayList<>();
private final JTextField myTextField = new JBTextField(8);
private final JTextField myTextField = new JBTextField(9);
private boolean myEditable;
private ActionEvent myEvent;
private Color myColor;